Skip to content

Commit cd93c7c

Browse files
Bump actions/cache from 4.3.0 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d9a746 commit cd93c7c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
node-version: ${{ inputs.nodejs_version }}
5656
registry-url: "https://npm.pkg.github.com"
5757
- name: "Cache node_modules"
58-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
58+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5959
with:
6060
path: |
6161
**/node_modules
@@ -86,7 +86,7 @@ jobs:
8686
node-version: ${{ inputs.nodejs_version }}
8787
registry-url: "https://npm.pkg.github.com"
8888
- name: "Cache node_modules"
89-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
89+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9090
with:
9191
path: |
9292
**/node_modules
@@ -129,7 +129,7 @@ jobs:
129129
- name: "Checkout code"
130130
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
131131
- name: "Cache node_modules"
132-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
132+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
133133
with:
134134
path: |
135135
**/node_modules
@@ -162,7 +162,7 @@ jobs:
162162
node-version: ${{ inputs.nodejs_version }}
163163
registry-url: "https://npm.pkg.github.com"
164164
- name: "Cache node_modules"
165-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
165+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
166166
with:
167167
path: |
168168
**/node_modules
@@ -195,7 +195,7 @@ jobs:
195195
node-version: ${{ inputs.nodejs_version }}
196196
registry-url: "https://npm.pkg.github.com"
197197
- name: "Cache node_modules"
198-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
198+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
199199
with:
200200
path: |
201201
**/node_modules

0 commit comments

Comments
 (0)