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 Dec 10, 2023
1 parent 7f0a98a commit 3108b21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-alpha-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2.4.2
- uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true
cache-read-only: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'zulu'
java-version: 18

- uses: gradle/gradle-build-action@v2.4.2
- uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true
cache-read-only: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-testflight-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2.4.2
- uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true
cache-read-only: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2.4.2
- uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true
cache-read-only: false
Expand Down

0 comments on commit 3108b21

Please sign in to comment.