Skip to content

Commit

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

Bump gradle/actions from 3.5.0 to 4 in /.github/workflows
  • Loading branch information
github-actions[bot] authored Aug 5, 2024
2 parents 2b5aed6 + f790992 commit 2f456de
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@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
- uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # 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@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
- uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
with:
validate-wrappers: true
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 2f456de

Please # to comment.