Skip to content

Commit

Permalink
Merge pull request #64 from SimonMarquis/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/gradle/actions-4.1.0

Bump gradle/actions from 4.0.1 to 4.1.0 in /.github/workflows
  • Loading branch information
simon-marquis[bot] authored Sep 13, 2024
2 parents 222d7b3 + 861bd90 commit b59a9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
java-version: ${{ inputs.java-version }}
distribution: ${{ inputs.java-distribution }}
- uses: gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4
- uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
with:
validate-wrappers: true
gradle-home-cache-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4
- uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
with:
validate-wrappers: true
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit b59a9c2

Please # to comment.