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] authored Mar 19, 2024
1 parent 0cddc8e commit 8f4867c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: '15'
- uses: actions/cache@v2.1.6
- uses: actions/cache@v4.0.2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: '15'
- uses: actions/cache@v2.1.6
- uses: actions/cache@v4.0.2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 15
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v2.1.6
- uses: actions/cache@v4.0.2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand All @@ -52,7 +52,7 @@ jobs:
with:
node-version: 15
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v2.1.6
- uses: actions/cache@v4.0.2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand Down

0 comments on commit 8f4867c

Please sign in to comment.