Skip to content

Commit f418a91

Browse files
committed
fix: bump the actions/cache version
1 parent d89b850 commit f418a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
2525

2626
- name: Cache yarn cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
id: cache-yarn-cache
2929
with:
3030
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Cache node_modules
3636
id: cache-node-modules
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4
3838
with:
3939
path: node_modules
4040
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)