diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-30 04:32:40 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-09-30 00:34:11 -0400 |
| commit | 7e63dc29d312fb700ffec60062542b8df8875c53 (patch) | |
| tree | a4b0f2bfa4a28036f7557aaa9187ef52f7fd0fd5 /.github | |
| parent | 904cd9359e091cabd8622f544927a3501083bdf1 (diff) | |
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>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 16f45c28..9a23083b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v2.4.1 - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 env: cache-name: cache-node-modules with: @@ -25,7 +25,7 @@ jobs: - name: Cache validator id: validator-cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: vnu-runtime-image key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }} |
