From e14078d27713449fcf9e8672e6f0c17d1ffefde3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Mar 2021 08:53:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75f8bef..987cd54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 - id: yarn_cache run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ${{ steps.yarn_cache.outputs.dir }} key: yarn-${{ hashFiles('**/yarn.lock') }}