From 9f4f669bd238e2ede33f13b087d27ff81a444d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:42:01 +0200 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.6 (#849) --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 71cdfb779..26b396529 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,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') }}