Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 1c0faf4 commit 8cbcbd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-restore
with:
path: node_modules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Continuous_Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-restore
with:
path: node_modules
Expand All @@ -41,7 +41,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-restore
with:
path: node_modules
Expand All @@ -64,7 +64,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-restore
with:
path: node_modules
Expand Down

0 comments on commit 8cbcbd2

Please sign in to comment.