Skip to content

Commit

Permalink
ci(gradle/actions): update action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and guicamest committed Dec 23, 2024
1 parent 3db6d1e commit 758a6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# https://github.com/marketplace/actions/gradle-build-action
- name: Setup Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].2
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
2 changes: 1 addition & 1 deletion .github/workflows/jmh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# https://github.com/marketplace/actions/gradle-build-action
- name: Setup Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].2
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 758a6de

Please sign in to comment.