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

Commit a7b4e1f

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

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@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
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@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
4646
id: cache-restore
4747
with:
4848
path: node_modules

0 commit comments

Comments
 (0)