From 10490c770731a944a6cac68ebc0da52dce1151e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 01:55:37 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 1 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v1...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ff747ad1..e3d39090 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ on: - master # Add to every job -# - uses: actions/cache@v1 +# - uses: actions/cache@v3.0.1 # id: nodejs-cache # name: Cache node modules # with: @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v2 if: steps.nodejs-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v1 + - uses: actions/cache@v3.0.1 id: nodejs-cache name: Cache node modules with: @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v2 if: steps.nodejs-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v1 + - uses: actions/cache@v3.0.1 id: nodejs-cache name: Cache node modules with: