Skip to content

Commit 52c3245

Browse files
authored
Update release.yml to cache v4
1 parent e2cc54d commit 52c3245

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 18
18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v4
1919
id: yarn-cache
2020
name: Cache npm deps
2121
with:
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-yarn-16-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
2727
- run: yarn install --frozen-lockfile
2828
if: steps.yarn-cache.outputs.cache-hit != 'true'
29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
id: dist
3131
name: Cache dist
3232
with:

0 commit comments

Comments
 (0)