From e7a9672100dad8acff9b422691ea26e0572a25b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:57:50 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.4 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.3.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/v2.1.4...v3.3.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b24b7bcf82fa..e7899cf78283 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,7 +32,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.3.1 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }} @@ -60,7 +60,7 @@ jobs: - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.3.1 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }} @@ -105,7 +105,7 @@ jobs: - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.3.1 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }} @@ -145,7 +145,7 @@ jobs: - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.3.1 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }}