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

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


The following commit(s) were added to refs/heads/main by this push:
     new 89ac0ca0a4 Update `actions/checkout` to version `4.1.1` (#1869)
89ac0ca0a4 is described below

commit 89ac0ca0a41913bc467573d666a69446484a4d15
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Oct 19 20:56:20 2023 +0000

    Update `actions/checkout` to version `4.1.1` (#1869)
---
 .github/workflows/benchmark.yml                  | 6 +++---
 src/changelog/.3.x.x/update_actions_checkout.xml | 9 +++++++++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index cad3954045..3a406df29e 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -30,7 +30,7 @@ jobs:
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744   # 
3.6.0
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11   # 
4.1.1
 
       - name: Set up JDK 11
         uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2   # 
3.12.0
@@ -75,7 +75,7 @@ jobs:
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744   # 
3.6.0
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11   # 
4.1.1
 
       - name: Download built sources
         uses: actions/download-artifact@v3
@@ -181,7 +181,7 @@ jobs:
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744   # 
3.6.0
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11   # 
4.1.1
         with:
           ref: gh-pages
 
diff --git a/src/changelog/.3.x.x/update_actions_checkout.xml 
b/src/changelog/.3.x.x/update_actions_checkout.xml
new file mode 100644
index 0000000000..107bb4526a
--- /dev/null
+++ b/src/changelog/.3.x.x/update_actions_checkout.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="http://logging.apache.org/log4j/changelog";
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
+       type="changed">
+  <issue id="1869" link="https://github.com/apache/logging-log4j2/pull/1869"/>
+  <author id="github:dependabot"/>
+  <description format="asciidoc">Update `actions/checkout` to version 
`4.1.1`</description>
+</entry>

Reply via email to