Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update GitHub Action Versions (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Gitbot-Actions and github-actions[bot] authored Oct 6, 2024
1 parent 7f0de3e commit 50cc284
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 50cc284

Please sign in to comment.