From 9bf8e646f429794aa281fc3c41caea81446a5745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 19:00:44 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 2.1.3 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 3.2.2. - [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/0781355a23dac32fd3bac414512f4b903437991a...4723a57e26efda3a62cbde1812113b730952852d) --- 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 d0d2553..af6190c 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@0781355a23dac32fd3bac414512f4b903437991a + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f49b475..1ca7e89 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@0781355a23dac32fd3bac414512f4b903437991a + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}