Skip to content

Commit

Permalink
⬆️ Bump actions/cache from v2 to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2...26968a0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2021
1 parent 1bd0286 commit 45782f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 14
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
languages: javascript
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 12
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 14
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 45782f5

Please sign in to comment.