Skip to content

Commit dbdcd13

Browse files
Update actions/cache action to v3.4.2
1 parent 08ab2ed commit dbdcd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
23+
- uses: actions/cache@387e18722e6ff315b24a3b8b071feddd27b7bf7e # v3.4.2
2424
with:
2525
path: node_modules
2626
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)