From 7bb73f5216fba01a994339dc41a219ee196b8a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:13:00 +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/pre-release.yml | 2 +- .github/workflows/tagged-release.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 736ad2f2..5f79d211 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -23,7 +23,7 @@ jobs: - id: "yarn-cache" run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: "actions/cache@v2.1.5" + - uses: "actions/cache@v2.1.6" with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 791450f2..98c24b8d 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -21,7 +21,7 @@ jobs: - id: "yarn-cache" run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: "actions/cache@v2.1.5" + - uses: "actions/cache@v2.1.6" with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72603731..b4c83245 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - id: "yarn-cache" run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: "actions/cache@v2.1.5" + - uses: "actions/cache@v2.1.6" with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}