From c734a940b9d592fca1c822d100d31f4ea4488f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 01:19:32 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 2.1.4 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/prod-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod-test.yml b/.github/workflows/prod-test.yml index fcbfad012d57..db6c23f7fe1a 100644 --- a/.github/workflows/prod-test.yml +++ b/.github/workflows/prod-test.yml @@ -23,7 +23,7 @@ jobs: - name: Cache Build Results id: build-cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: path: .cache key: v2-build-cache-${{ hashFiles('yarn.lock') }}-${{ hashFiles('scripts/build/**/*') }}-${{ github.ref }}-