Skip to content

Commit bdb0e16

Browse files
committed
Update actions/cache action to v3.2.5
1 parent de52f76 commit bdb0e16

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: 16.4.2
2222

23-
- uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
23+
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
2424
with:
2525
path: node_modules
2626
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)