Skip to content

Commit a0e785f

Browse files
♻️ update actions/cache action to v4
1 parent ae4183b commit a0e785f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "::set-output name=dir::$(yarn cache dir)"
3131

3232
- name: Restore Yarn cache
33-
uses: actions/cache@v1
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3636
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)