Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent fbe14dc commit c28a623
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.10.0
- uses: gradle/gradle-build-action@v2.11.1
with:
gradle-home-cache-cleanup: true

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.10.0
- uses: gradle/gradle-build-action@v2.11.1
with:
gradle-home-cache-cleanup: true

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.10.0
- uses: gradle/gradle-build-action@v2.11.1
with:
gradle-home-cache-cleanup: true

Expand Down
8 changes: 4 additions & 4 deletions .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.10.0
- uses: gradle/gradle-build-action@v2.11.1
with:
gradle-home-cache-cleanup: true

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
gradle-home-cache-cleanup: true
cache-read-only: false
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
gradle-home-cache-cleanup: true
cache-read-only: false
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
gradle-home-cache-cleanup: true

Expand Down

0 comments on commit c28a623

Please sign in to comment.