Skip to content

Commit 6abd707

Browse files
committed
update deploy workflow
1 parent b7da452 commit 6abd707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: 20
3434
registry-url: "https://registry.npmjs.org"
3535
- name: Cache pnpm modules
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.pnpm-store
3939
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)