From aced791d4a174c95333e2d98ed0667695ab6a1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 06:01:41 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 2.1.4 to 3.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/26968a09c0ea4f3e233fdddbafd1166051a095f6...0865c47f36e68161719c5b124609996bb5c40129) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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..24033eb 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@0865c47f36e68161719c5b124609996bb5c40129 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..5d5c6c5 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@0865c47f36e68161719c5b124609996bb5c40129 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}