From 3e0dbe80f6119d2a183b9d405df3c333b7f5834e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:01:01 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 2.1.6 to 3.0.9 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.9. - [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/c64c572235d810460d0d6876e9c705ad5002b353...ac8075791e805656e71b4ba23325ace9e3421120) --- 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 df87de0..d9f3b8a 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@c64c572235d810460d0d6876e9c705ad5002b353 + - uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 036edfb..958b166 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@c64c572235d810460d0d6876e9c705ad5002b353 + - uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}