From 6b7ec654bf5a6642d81eb74a33ac7b696eb8bde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:43:14 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.2.0. - [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...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/content-release.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/manual-review.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/content-release.yml b/.github/workflows/content-release.yml index 1f866d5f62..7a0092c8d4 100644 --- a/.github/workflows/content-release.yml +++ b/.github/workflows/content-release.yml @@ -139,7 +139,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | .cache/yarn diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9abb2ec71c..d63868848d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -78,7 +78,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | .cache/yarn diff --git a/.github/workflows/manual-review.yml b/.github/workflows/manual-review.yml index 039899f589..5c55d60b38 100644 --- a/.github/workflows/manual-review.yml +++ b/.github/workflows/manual-review.yml @@ -40,7 +40,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cache/yarn @@ -100,7 +100,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cache/yarn @@ -164,7 +164,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cache/yarn