From f48f647607498eb6c0af85080ce058d99b3bde53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:42:18 +0000 Subject: [PATCH] chore(deps): Bump actions/cache Bumps [actions/cache](https://github.com/actions/cache) from 26968a09c0ea4f3e233fdddbafd1166051a095f6 to 2.1.5. This release includes the previously tagged commit. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/26968a09c0ea4f3e233fdddbafd1166051a095f6...1a9e2138d905efd099035b49d8b7a3888c653ca8) 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 4b3c4ce..6224606 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 + - uses: actions/cache@1a9e2138d905efd099035b49d8b7a3888c653ca8 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13910e7..f85a686 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 + - uses: actions/cache@1a9e2138d905efd099035b49d8b7a3888c653ca8 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}