Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 2.1.5 to 2.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2021
1 parent 3be288b commit e9071ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 12
- name: Cache npm dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 12
- name: Cache npm dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
node-version: 12
- name: Cache npm dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
Expand All @@ -82,7 +82,7 @@ jobs:
with:
node-version: 12
- name: Cache npm dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
Expand All @@ -105,7 +105,7 @@ jobs:
with:
node-version: 12
- name: Cache npm dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# https://github.com/actions/cache/issues/187 is fixed.
if: runner.os == 'Linux'
name: Cache npm dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: |
Expand Down

0 comments on commit e9071ee

Please sign in to comment.