Skip to content

Commit f624135

Browse files
dependabot[bot]Hans5958
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] <support@github.com>
1 parent e40f1bf commit f624135

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/danger-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: 20.x
3737
- name: Cache dependencies
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ~/.npm
4141
key: ${{ runner.os }}-node-${{ hashFiles('.github/workflows/danger-generate.yml') }}

.github/workflows/danger-send.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 20.x
2222
- name: Cache dependencies
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: ~/.npm
2626
key: ${{ runner.os }}-node-${{ hashFiles('**/.github/workflows/danger-send.yml') }}

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
node-version: 20.x
6868
- name: Cache dependencies
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: ~/.npm
7272
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/update-addons-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 20.x
3636
- name: Cache dependencies
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.npm
4040
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)