From 11bada49080913be68e54e171531b1a7df1fb072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:35:28 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 1 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [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) --- 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..abde9562 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 # 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 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 id: nodejs-cache name: Cache node modules with: