diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml
index 1c96d0a4..b3b36f63 100644
--- a/.github/workflows/build-reusable.yaml
+++ b/.github/workflows/build-reusable.yaml
@@ -159,7 +159,7 @@ jobs:
- name: Set up Node.js cache
if: inputs.site-enabled
id: nodejs-cache
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.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 03b447f3..bc6c08d8 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -173,7 +173,7 @@ jobs:
# Node.js cache is needed for Antora
- name: Set up Node.js cache
id: nodejs-cache
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.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 d48c0177..1d05c8b2 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -82,7 +82,7 @@ jobs:
# Node.js cache is needed for Antora
- name: Restore Node.js cache
id: nodejs-cache-restore
- uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
+ uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
# The cache is OS independent
enableCrossOsArchive: true
@@ -112,7 +112,7 @@ jobs:
# Checking out a new branch will delete the `node_modules` folder,
# so we need to save the cache here.
- name: Save Node.js cache
- uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
+ uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
key: ${{ steps.nodejs-cache-restore.outputs.cache-primary-key }}
path: node_modules
diff --git a/.github/workflows/verify-reproducibility-reusable.yaml b/.github/workflows/verify-reproducibility-reusable.yaml
index a743210e..1f69942b 100644
--- a/.github/workflows/verify-reproducibility-reusable.yaml
+++ b/.github/workflows/verify-reproducibility-reusable.yaml
@@ -83,7 +83,7 @@ jobs:
# preventing reproducibility results from being affected by cached outputs from other workflows.
#
- name: Set up Maven Cache
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
path: ~/.m2/repository
key: "${{ env.CACHE_KEY }}-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}"
diff --git a/src/changelog/.12.x.x/update_actions_cache.xml b/src/changelog/.12.x.x/update_actions_cache.xml
index a0060037..c9003190 100644
--- a/src/changelog/.12.x.x/update_actions_cache.xml
+++ b/src/changelog/.12.x.x/update_actions_cache.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
-
- Update `actions/cache` to version `4.2.4`
+
+ Update `actions/cache` to version `4.3.0`