Skip to content

Commit b8e6429

Browse files
committed
Update actions/cache action to v3.2.2
1 parent 7a428fd commit b8e6429

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@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
23+
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
2424
with:
2525
path: node_modules
2626
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)