Skip to content

Commit

Permalink
Use v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Edivad99 committed Dec 3, 2023
1 parent 5456b57 commit 0cdbaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.10.0
with:
gradle-version: wrapper
cache-read-only: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.10.0
with:
gradle-version: wrapper
cache-read-only: false
Expand Down

0 comments on commit 0cdbaed

Please sign in to comment.