Skip to content

Commit

Permalink
ci: upgrade actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Feb 5, 2025
1 parent 860f424 commit bab8a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 20

- name: Cache pnpm modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit bab8a1e

Please sign in to comment.