Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 3, 2024
1 parent 8731937 commit ae7e688
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 20.11.1
- name: Use node_modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-20-lock-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-dev.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
# More info: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
registry-url: 'https://registry.npmjs.org'
- name: Use node_modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-20-lock-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20.11.1
- name: Use node_modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-20-lock-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20.11.1
- name: Use node_modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-20-lock-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20.11.1
- name: Use node_modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-20-lock-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit ae7e688

Please sign in to comment.