Skip to content

Commit

Permalink
build(deps): 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ahmad Nassri committed Feb 8, 2021
1 parent 19f4d3d commit 502835d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: ~/.npm
key: client-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: ~/.npm
key: client-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 502835d

Please sign in to comment.