Skip to content

Commit

Permalink
Upgrade actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Jun 4, 2024
1 parent 6a0917b commit 4368986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 20
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 4368986

Please sign in to comment.