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 dc29bd1  Bump actions/cache from 4.1.1 to 4.1.2 (#277)
dc29bd1 is described below

commit dc29bd140c503cfbf0da8d050c3d7d6a01db958b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 3 11:12:32 2024 +0100

    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 <[email protected]>
---
 .github/workflows/build-reusable.yaml          | 2 +-
 .github/workflows/deploy-release-reusable.yaml | 2 +-
 .github/workflows/deploy-site-reusable.yaml    | 2 +-
 src/changelog/.11.x.x/update_actions_cache.xml | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

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 @@ jobs:
       - 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 @@ jobs:
       # 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 @@ jobs:
       # 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>

Reply via email to