Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/cache from v2 to v2.1.4 (#146)
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2021
1 parent 878ffd7 commit f1e5aa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "::set-output name=npmv::$(npm -v)"
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache npm cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ${{ steps.node-config.outputs.dir }}
key: npm-${{ runner.os }}-node-${{ steps.node-config.outputs.nodev }}-npm-v${{ steps.node-config.outputs.npmv }}-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
echo "::set-output name=npmv::$(npm -v)"
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache npm cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ${{ steps.node-config.outputs.dir }}
key: npm-${{ runner.os }}-node-${{ steps.node-config.outputs.nodev }}-npm-v${{ steps.node-config.outputs.npmv }}-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
echo "::set-output name=npmv::$(npm -v)"
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache npm cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ${{ steps.node-config.outputs.dir }}
key: npm-${{ runner.os }}-node-${{ steps.node-config.outputs.nodev }}-npm-v${{ steps.node-config.outputs.npmv }}-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
echo "::set-output name=npmv::$(npm -v)"
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache npm cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ${{ steps.node-config.outputs.dir }}
key: npm-${{ runner.os }}-node-${{ steps.node-config.outputs.nodev }}-npm-v${{ steps.node-config.outputs.npmv }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit f1e5aa5

Please sign in to comment.