From 3dbb5aa4ded1ff9be14a6a1a9c476786b657bdaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:31:37 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.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/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8...704facf57e6136b1bc63b828d79edcd491f0ee84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-analysis.yml | 6 +++--- .github/workflows/pull-request.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-analysis.yml b/.github/workflows/build-and-analysis.yml index 18f3c0ba320f3..20a62780a10af 100644 --- a/.github/workflows/build-and-analysis.yml +++ b/.github/workflows/build-and-analysis.yml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm @@ -82,7 +82,7 @@ jobs: path: .next/analyze/__bundle_analysis.json - name: Save Cache - uses: actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm @@ -100,7 +100,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0c72181facfa8..cb8a117215945 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Restore Cache - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: | ~/.npm