From 7e63dc29d312fb700ffec60062542b8df8875c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 04:32:40 +0000 Subject: [PATCH] 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] --- .github/workflows/static.yml | 4 ++-- 1 file 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 }}