From 8b0a3423212d52604c3dae529bd280d73bcd261a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 14:22:00 +0200 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#11469) --- .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') }}