Skip to content

Commit 7d54054

Browse files
authored
Merge pull request #1142 from privy-open-source/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 0b98182 + dcfadf5 commit 7d54054

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3636

3737
- name: Use Cache
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
id: yarn-cache
4040
with:
4141
path: ${{ steps.yarn-cache-dir.outputs.dir }}
@@ -83,7 +83,7 @@ jobs:
8383
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
8484

8585
- name: Use Cache
86-
uses: actions/cache@v3
86+
uses: actions/cache@v4
8787
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
8888
with:
8989
path: ${{ steps.yarn-cache-dir.outputs.dir }}
@@ -125,7 +125,7 @@ jobs:
125125
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
126126

127127
- name: Use Cache
128-
uses: actions/cache@v3
128+
uses: actions/cache@v4
129129
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
130130
with:
131131
path: ${{ steps.yarn-cache-dir.outputs.dir }}
@@ -204,7 +204,7 @@ jobs:
204204
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
205205

206206
- name: Use Cache
207-
uses: actions/cache@v3
207+
uses: actions/cache@v4
208208
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
209209
with:
210210
path: ${{ steps.yarn-cache-dir.outputs.dir }}

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3434

3535
- name: Use Cache
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
id: yarn-cache
3838
with:
3939
path: ${{ steps.yarn-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)