Bump actions/cache from 1 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
904cd9359e
commit
7e63dc29d3
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2.4.1
|
- uses: actions/setup-node@v2.4.1
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2.1.6
|
||||||
env:
|
env:
|
||||||
cache-name: cache-node-modules
|
cache-name: cache-node-modules
|
||||||
with:
|
with:
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache validator
|
- name: Cache validator
|
||||||
id: validator-cache
|
id: validator-cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2.1.6
|
||||||
with:
|
with:
|
||||||
path: vnu-runtime-image
|
path: vnu-runtime-image
|
||||||
key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }}
|
key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user