Skip to content

Commit 055ad81

Browse files
authored
Update lint-prettier.yml
1 parent 2ff2bb8 commit 055ad81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)