Bump actions/cache from 4.1.1 to 4.1.2 (#277)
Update `actions/cache` to version `4.1.2`
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr P. Karwasz <piotr.github@karwasz.org>
diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml
index 39d7705..2766dea 100644
--- a/.github/workflows/build-reusable.yaml
+++ b/.github/workflows/build-reusable.yaml
@@ -155,7 +155,7 @@
- name: Set up Node.js cache
if: inputs.site-enabled
id: nodejs-cache
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # 4.1.1
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 4.1.2
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 c6c25a5..d735e68 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -165,7 +165,7 @@
# Node.js cache is needed for Antora
- name: Set up Node.js cache
id: nodejs-cache
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # 4.1.1
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 4.1.2
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 b1203b9..8effc44 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -76,7 +76,7 @@
# Node.js cache is needed for Antora
- name: Set up Node.js cache
id: nodejs-cache
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # 4.1.1
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 4.1.2
with:
# We should be calculating the cache key using `package-lock.json` instead!
# See https://stackoverflow.com/a/48524475/1278899
diff --git a/src/changelog/.11.x.x/update_actions_cache.xml b/src/changelog/.11.x.x/update_actions_cache.xml
index e781172..31f8df4 100644
--- a/src/changelog/.11.x.x/update_actions_cache.xml
+++ b/src/changelog/.11.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">
- <issue id="263" link="https://github.com/apache/logging-parent/pull/263"/>
- <description format="asciidoc">Update `actions/cache` to version `4.1.1`</description>
+ <issue id="277" link="https://github.com/apache/logging-parent/pull/277"/>
+ <description format="asciidoc">Update `actions/cache` to version `4.1.2`</description>
</entry>