Skip to content

Commit 1304944

Browse files
committed
Update actions/cache to v4.
1 parent 3d3ec27 commit 1304944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
node-version: '16'
7373
- uses: actions/checkout@v1
74-
- uses: actions/cache@v2
74+
- uses: actions/cache@v4
7575
with:
7676
path: node_modules
7777
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)