Skip to content

Commit

Permalink
chore(deps): update gradle/actions action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 3d092eb commit 5e5bde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Setup Gradle to support advanced caching
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Setup Gradle to support advanced caching
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 5e5bde9

Please sign in to comment.