-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(gradle/actions): update action to v4.2.2
- Loading branch information
1 parent
3db6d1e
commit 758a6de
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' }} | ||
|