Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit de76c85

Browse files
committed
fix(upgrade) github workflow package upgrade
1 parent ab38998 commit de76c85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.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: 18
2222
- name: Cache Node.js modules
23-
uses: actions/cache@v1
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.pnpm-store
2626
key: ${{ runner.OS }}-node-${{ hashFiles('**/package.json') }}

.github/workflows/lint-prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 18
2121
- name: Cache Node.js modules
22-
uses: actions/cache@v1
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.pnpm-store
2525
key: ${{ runner.OS }}-node-${{ hashFiles('**/package.json') }}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
node-version: 18
4646
- name: Cache Node.js modules
47-
uses: actions/cache@v1
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.pnpm-store
5050
key: ${{ runner.OS }}-node-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)