Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ryandens committed Dec 3, 2023
1 parent 620c9a4 commit 24f2472
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
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 @@ -15,7 +15,7 @@ jobs:
distribution: temurin
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
cache-read-only: false

Expand Down

0 comments on commit 24f2472

Please sign in to comment.