Skip to content

Commit 2ff2bb8

Browse files
authored
Update build.yml
1 parent 0b388bd commit 2ff2bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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') }}

0 commit comments

Comments
 (0)