Skip to content

Commit 0026896

Browse files
Update actions/cache action to v5 (#2339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22a6836 commit 0026896

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 16.20.2
2222
- name: Cache node modules
23-
uses: actions/cache@v3
23+
uses: actions/cache@v5
2424
with:
2525
path: ~/.npm
2626
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 16.20.2
4747
- name: Cache node modules
48-
uses: actions/cache@v3
48+
uses: actions/cache@v5
4949
with:
5050
path: ~/.npm
5151
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
node-version: 16.20.2
6868
- name: Cache node modules
69-
uses: actions/cache@v3
69+
uses: actions/cache@v5
7070
with:
7171
path: ~/.npm
7272
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
node-version: 16.20.2
9595
- name: Cache node modules
96-
uses: actions/cache@v3
96+
uses: actions/cache@v5
9797
with:
9898
path: ~/.npm
9999
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)