This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new 31f60d4  Update `actions/cache` to version `4.2.4` (#431)
31f60d4 is described below

commit 31f60d4af7ff9227f9ec06bdfa1546c5a306d105
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 12 12:51:18 2025 +0000

    Update `actions/cache` to version `4.2.4` (#431)
    
    Co-authored-by: ASF Logging Services RM <[email protected]>
---
 .github/workflows/build-reusable.yaml                  | 2 +-
 .github/workflows/deploy-release-reusable.yaml         | 2 +-
 .github/workflows/deploy-site-reusable.yaml            | 4 ++--
 .github/workflows/verify-reproducibility-reusable.yaml | 2 +-
 src/changelog/.12.x.x/update_actions_cache.xml         | 8 ++++++++
 5 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build-reusable.yaml 
b/.github/workflows/build-reusable.yaml
index 1948477..0faf9a7 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@5a3ec84eff668545956fd18022155c47e93e2684   # 4.2.3
+        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809   # 4.2.4
         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 003cc4e..5568bf7 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@5a3ec84eff668545956fd18022155c47e93e2684   # 4.2.3
+        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809   # 4.2.4
         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 f6bdc04..fe7f219 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@5a3ec84eff668545956fd18022155c47e93e2684   
# 4.2.3
+        uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809   
# 4.2.4
         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@5a3ec84eff668545956fd18022155c47e93e2684   # 
4.2.3
+        uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809   # 
4.2.4
         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 7f7f38e..722e8e0 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@5a3ec84eff668545956fd18022155c47e93e2684   # 4.2.3
+        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809   # 4.2.4
         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
new file mode 100644
index 0000000..a006003
--- /dev/null
+++ b/src/changelog/.12.x.x/update_actions_cache.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       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="431" link="https://github.com/apache/logging-parent/pull/431"/>
+  <description format="asciidoc">Update `actions/cache` to version 
`4.2.4`</description>
+</entry>

Reply via email to