Skip to content

Commit e09d603

Browse files
committed
fix(ci): Upgrade cache actions
1 parent 27c979f commit e09d603

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
3232

3333
- name: Cache node modules
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
env:
3636
cache-name: cache-node-modules
3737
with:

.github/workflows/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
3636

3737
- name: Cache node modules
38-
uses: actions/cache@v1
38+
uses: actions/cache@v4
3939
env:
4040
cache-name: cache-node-modules
4141
with:

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
6767

6868
- name: Cache node modules
69-
uses: actions/cache@v1
69+
uses: actions/cache@v4
7070
env:
7171
cache-name: cache-node-modules
7272
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
3232

3333
- name: Cache node modules
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
env:
3636
cache-name: cache-node-modules
3737
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
3232

3333
- name: Cache node modules
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
env:
3636
cache-name: cache-node-modules
3737
with:

0 commit comments

Comments
 (0)