Skip to content

Commit

Permalink
Update gradle/actions action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ryandens committed Feb 13, 2024
1 parent eecfbcd commit 1520667
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/actions/setup-gradle@v3.0.0
uses: gradle/actions/setup-gradle@v3.1.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/actions/setup-gradle@v3.0.0
uses: gradle/actions/setup-gradle@v3.1.0
with:
cache-read-only: false

Expand Down

0 comments on commit 1520667

Please sign in to comment.