Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 24, 2022
1 parent 886aca4 commit eae6c67
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/[email protected].6
- uses: actions/[email protected].7
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/[email protected].6
- uses: actions/[email protected].7
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/[email protected].6
- uses: actions/[email protected].7
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/[email protected].6
- uses: actions/[email protected].7
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand Down

0 comments on commit eae6c67

Please sign in to comment.