Skip to content

Commit

Permalink
ci(gradle/gradle-build-action): update action to v2.10.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 5d4783d commit 3ba8dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-verify-k2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# https://github.com/marketplace/actions/gradle-build-action
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
# The Gradle wrapper's version (already the default, putting it here to clarity)
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/v3' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# https://github.com/marketplace/actions/gradle-build-action
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
# The Gradle wrapper's version (already the default, putting it here to clarity)
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/v3' }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

# https://github.com/marketplace/actions/gradle-build-action
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
# The Gradle wrapper's version (already the default, putting it here to clarity)
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/v3' }}
Expand Down

0 comments on commit 3ba8dfd

Please sign in to comment.