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

Commit b172ff1

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

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

0 commit comments

Comments
 (0)