Skip to content

Commit 16d49bd

Browse files
Update actions/cache action to v5 (#571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a3e1e2 commit 16d49bd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/branch-validations.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache dependencies
2727
id: cache-dependencies
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: node_modules
3131
key: node_modules-${{ hashFiles('package-lock.json') }}
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Cache dependencies
4949
id: cache-dependencies
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: node_modules
5353
key: node_modules-${{ hashFiles('package-lock.json') }}
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Cache dependencies
7373
id: cache-dependencies
74-
uses: actions/cache@v4
74+
uses: actions/cache@v5
7575
with:
7676
path: node_modules
7777
key: node_modules-${{ hashFiles('package-lock.json') }}
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Cache dependencies
9797
id: cache-dependencies
98-
uses: actions/cache@v4
98+
uses: actions/cache@v5
9999
with:
100100
path: node_modules
101101
key: node_modules-${{ hashFiles('package-lock.json') }}

.github/workflows/deploy-published-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cache dependencies
2121
id: cache-dependencies
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: node_modules
2525
key: node_modules-${{ hashFiles('package-lock.json') }}

.github/workflows/publish-pr-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Cache dependencies
1919
id: cache-dependencies
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: node_modules
2323
key: node_modules-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)