Skip to content

Commit b7160bb

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

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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
199199
with:
200200
path: |
201201
**/node_modules

0 commit comments

Comments
 (0)