Skip to content

Commit b027610

Browse files
dependabot[bot]marie-dedikova-nhs
authored andcommitted
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e1b3f4 commit b027610

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/checkout@v6
134134
- name: Cache node modules
135135
id: cache-npm
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
env:
138138
cache-name: cache-node-modules
139139
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v6
4343
- name: Cache node modules
4444
id: cache-npm
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
env:
4747
cache-name: cache-node-modules
4848
with:

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v6
5252
- name: Cache node modules
5353
id: cache-npm
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
env:
5656
cache-name: cache-node-modules
5757
with:

0 commit comments

Comments
 (0)