From fb34fe61f5bbaeca6f3d68ce7dd8bf7a16ed6e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:30:21 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.5 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) 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 0dd145bbacc3..f9496969acf3 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.5 + - uses: actions/cache@v2.1.6 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.5 + - uses: actions/cache@v2.1.6 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.5 + - uses: actions/cache@v2.1.6 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.5 + - uses: actions/cache@v2.1.6 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn2-${{ hashFiles('yarn.lock') }}