Skip to content

Commit

Permalink
Merge pull request #55 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 Feb 5, 2024
2 parents e6d7bc6 + 7edcbe1 commit 6d05d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: ⎔ Cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: node_modules-20x
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- 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 6d05d54

Please sign in to comment.