Skip to content

Commit

Permalink
Replace gradle/gradle-build-action@v3 with gradle/actions/setup-gradl…
Browse files Browse the repository at this point in the history
…e@v3 (#2518)

Closes #2517
  • Loading branch information
paul-dingemans authored Jan 28, 2024
1 parent 897deef commit dd1e9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ runs:
printf "org.gradle.vfs.watch=false\n" >> ~/.gradle/gradle.properties
shell: bash

- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: 'zulu'
java-version: 21

- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true

Expand Down

0 comments on commit dd1e9cc

Please sign in to comment.