From a68cec8a49c7d23841eb08d8bcd3e2ead4e0bf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 13:41:11 +0000 Subject: [PATCH] chore(deps): Bump actions/cache Bumps [actions/cache](https://github.com/actions/cache) from d1255ad9362389eac595a9ae406b8e8cb3331f16 to 2.1.3. This release includes the previously tagged commit. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/d1255ad9362389eac595a9ae406b8e8cb3331f16...0781355a23dac32fd3bac414512f4b903437991a) Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 569ff00..0877882 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16 + - uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4eba3c5..4fed1c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16 + - uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}