Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 5af76c9

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent d74e20d commit 5af76c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 16
2020
registry-url: https://registry.npmjs.org/
2121
- name: Restore CI Cache
22-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
22+
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3.0.0
2323
id: cache-restore
2424
with:
2525
path: node_modules
@@ -42,7 +42,7 @@ jobs:
4242
node-version: 16
4343
registry-url: https://registry.npmjs.org/
4444
- name: Restore CI Cache
45-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
45+
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3.0.0
4646
id: cache-restore
4747
with:
4848
path: node_modules

0 commit comments

Comments
 (0)