Skip to content

Commit

Permalink
Update gradle/actions action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 4, 2024
1 parent 2d62961 commit 54938d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Setup Gradle and execute check task
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
id: gradle
with:
# Only write to the cache for builds on the 'main' branch.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo $STORE_FILE | base64 --decode > app/.secrets/keystore.jks
echo $PLAYSTORE_FILE | base64 --decode > app/.secrets/playstore.json
- name: Setup Gradle and publish release bundle to Play Store
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
id: gradle
with:
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 54938d4

Please sign in to comment.