Skip to content

Commit 9a49b11

Browse files
authored
Merge pull request #5 from mCodex/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 0ffc895 + af3604a commit 9a49b11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: yarn nitrogen
7575

7676
- name: Cache turborepo for Android
77-
uses: actions/cache@v4
77+
uses: actions/cache@v5
7878
with:
7979
path: ${{ env.TURBO_CACHE_DIR }}
8080
key: ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Cache Gradle
105105
if: env.turbo_cache_hit != 1
106-
uses: actions/cache@v4
106+
uses: actions/cache@v5
107107
with:
108108
path: |
109109
~/.gradle/wrapper
@@ -138,7 +138,7 @@ jobs:
138138
run: yarn nitrogen
139139

140140
- name: Cache turborepo for iOS
141-
uses: actions/cache@v4
141+
uses: actions/cache@v5
142142
with:
143143
path: ${{ env.TURBO_CACHE_DIR }}
144144
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)