Skip to content

Commit

Permalink
Merge pull request #47 from kimyvgy/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
kimyvgy authored Mar 25, 2024
2 parents b721c02 + b3042a7 commit 2331dab
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 @@ -16,7 +16,7 @@ jobs:
with:
node-version: '16.x'
- name: ⎔ Cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: node_modules-16x
with:
Expand Down

0 comments on commit 2331dab

Please sign in to comment.