Skip to content

Commit afbd4e7

Browse files
chore(deps): update actions/cache action to v4
1 parent 1c0faf4 commit afbd4e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Continuous_Delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 16
1818
registry-url: https://registry.npmjs.org/
1919
- name: Restore CI Cache
20-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
20+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2121
id: cache-restore
2222
with:
2323
path: node_modules

.github/workflows/Continuous_Integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 16
1919
registry-url: https://registry.npmjs.org/
2020
- name: Restore CI Cache
21-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
21+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2222
id: cache-restore
2323
with:
2424
path: node_modules
@@ -41,7 +41,7 @@ jobs:
4141
node-version: 16
4242
registry-url: https://registry.npmjs.org/
4343
- name: Restore CI Cache
44-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
44+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4545
id: cache-restore
4646
with:
4747
path: node_modules
@@ -64,7 +64,7 @@ jobs:
6464
node-version: 16
6565
registry-url: https://registry.npmjs.org/
6666
- name: Restore CI Cache
67-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
67+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6868
id: cache-restore
6969
with:
7070
path: node_modules

0 commit comments

Comments
 (0)