From afaf5c89daaf21c14a8f509f9610d0b9ac22fb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:16:08 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 2.1.7 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.3.1. - [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/937d24475381cd9c75ae6db12cb4e79714b926ed...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8) --- 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 c668a2ae..4cd760e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: lts/* - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed + - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d35bf591..a6b8e45e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: lts/* - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed + - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}