From d7a3f2e2c92cce89b067fdc6bd376458404b9ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:13:26 +0000 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 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/6849a6489940f00c2f30c0fb92c6274307ccb58a...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-reusable.yaml | 2 +- .github/workflows/deploy-release-reusable.yaml | 2 +- .github/workflows/deploy-site-reusable.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 2766dea..1033ddd 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -155,7 +155,7 @@ jobs: - name: Set up Node.js cache if: inputs.site-enabled id: nodejs-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0 with: # We should be calculating the cache key using `package-lock.json` instead! # See https://stackoverflow.com/a/48524475/1278899 diff --git a/.github/workflows/deploy-release-reusable.yaml b/.github/workflows/deploy-release-reusable.yaml index d735e68..853e8ff 100644 --- a/.github/workflows/deploy-release-reusable.yaml +++ b/.github/workflows/deploy-release-reusable.yaml @@ -165,7 +165,7 @@ jobs: # Node.js cache is needed for Antora - name: Set up Node.js cache id: nodejs-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0 with: # We should be calculating the cache key using `package-lock.json` instead! # See https://stackoverflow.com/a/48524475/1278899 diff --git a/.github/workflows/deploy-site-reusable.yaml b/.github/workflows/deploy-site-reusable.yaml index 8effc44..fc22119 100644 --- a/.github/workflows/deploy-site-reusable.yaml +++ b/.github/workflows/deploy-site-reusable.yaml @@ -76,7 +76,7 @@ jobs: # Node.js cache is needed for Antora - name: Set up Node.js cache id: nodejs-cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0 with: # We should be calculating the cache key using `package-lock.json` instead! # See https://stackoverflow.com/a/48524475/1278899