Skip to content

Commit 05b3ce8

Browse files
committed
Update actions/cache action to v3.3.0
1 parent 09ae3ff commit 05b3ce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 15.12.0
2222

23-
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
23+
- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
2424
with:
2525
path: node_modules
2626
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)