Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DanySK/build-check-deploy-gradle-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.7
Choose a base ref
...
head repository: DanySK/build-check-deploy-gradle-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.7.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 30, 2025

  1. chore(core-deps): update gradle/actions action to v4.3.0 (#848)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 30, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2963222 View commit details
  2. chore(release): 3.7.8 [skip ci]

    ## [3.7.8](3.7.7...3.7.8) (2025-01-30)
    
    ### Dependency updates
    
    * **core-deps:** update gradle/actions action to v4.3.0 ([#848](#848)) ([2963222](2963222))
    semantic-release-bot committed Jan 30, 2025
    Copy the full SHA
    9247e19 View commit details
Showing with 7 additions and 1 deletion.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 action.yml
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.7.8](https://github.com/DanySK/build-check-deploy-gradle-action/compare/3.7.7...3.7.8) (2025-01-30)

### Dependency updates

* **core-deps:** update gradle/actions action to v4.3.0 ([#848](https://github.com/DanySK/build-check-deploy-gradle-action/issues/848)) ([2963222](https://github.com/DanySK/build-check-deploy-gradle-action/commit/2963222e27844b7b259b4f291699d07fa699bfa9))

## [3.7.7](https://github.com/DanySK/build-check-deploy-gradle-action/compare/3.7.6...3.7.7) (2025-01-29)

### Dependency updates
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ runs:
steps:
- name: Validate the Gradle Wrapper
if: inputs.should-validate-wrapper == 'true'
uses: gradle/actions/wrapper-validation@v4.2.2
uses: gradle/actions/wrapper-validation@v4.3.0
- name: Setup Java
uses: actions/setup-java@v4.7.0
with: