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-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new bfa3790  Update `actions/checkout` to version `4.1.0`
bfa3790 is described below

commit bfa3790bf4c89c88cab86740d98932518da8849c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Sep 26 10:08:12 2023 +0000

    Update `actions/checkout` to version `4.1.0`
---
 .github/workflows/build-reusable.yaml             | 2 +-
 .github/workflows/deploy-release-reusable.yaml    | 2 +-
 .github/workflows/deploy-snapshot-reusable.yaml   | 2 +-
 .github/workflows/merge-dependabot-reusable.yaml  | 2 +-
 src/changelog/.10.x.x/update_actions_checkout.xml | 8 ++++++++
 src/site/release-notes/_10.x.x.adoc               | 1 +
 6 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-reusable.yaml 
b/.github/workflows/build-reusable.yaml
index d2592f2..2ea76a3 100644
--- a/.github/workflows/build-reusable.yaml
+++ b/.github/workflows/build-reusable.yaml
@@ -38,7 +38,7 @@ jobs:
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac   # 
4.0.0
+        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   # 
4.0.0
 
       - name: Set up Java
         uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2   # 
3.7.0
diff --git a/.github/workflows/deploy-release-reusable.yaml 
b/.github/workflows/deploy-release-reusable.yaml
index 3346f94..f0a7cd4 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -64,7 +64,7 @@ jobs:
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac   # 
4.0.0
+        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   # 
4.0.0
 
       - name: Set up Java & GPG
         uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0   # 
3.7.0
diff --git a/.github/workflows/deploy-snapshot-reusable.yaml 
b/.github/workflows/deploy-snapshot-reusable.yaml
index 1d6e7d3..33e13cb 100644
--- a/.github/workflows/deploy-snapshot-reusable.yaml
+++ b/.github/workflows/deploy-snapshot-reusable.yaml
@@ -38,7 +38,7 @@ jobs:
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac   # 
4.0.0
+        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   # 
4.0.0
 
       - name: Set up Java
         uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0   # 
3.7.0
diff --git a/.github/workflows/merge-dependabot-reusable.yaml 
b/.github/workflows/merge-dependabot-reusable.yaml
index a4dc16b..297032b 100644
--- a/.github/workflows/merge-dependabot-reusable.yaml
+++ b/.github/workflows/merge-dependabot-reusable.yaml
@@ -62,7 +62,7 @@ jobs:
           PATCH_URL: ${{ github.event.pull_request.patch_url }}
 
       - name: Checkout repository
-        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744   # 
3.6.0
+        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   # 
4.1.0
         with:
           ref: ${{ steps.dependabot-metadata.outputs.target-branch }}
 
diff --git a/src/changelog/.10.x.x/update_actions_checkout.xml 
b/src/changelog/.10.x.x/update_actions_checkout.xml
new file mode 100644
index 0000000..42af97f
--- /dev/null
+++ b/src/changelog/.10.x.x/update_actions_checkout.xml
@@ -0,0 +1,8 @@
+<?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.1.xsd";
+       type="changed">
+<author id="github:dependabot"/>
+  <description format="asciidoc">Update `actions/checkout` to version 
`4.1.0`</description>
+</entry>
diff --git a/src/site/release-notes/_10.x.x.adoc 
b/src/site/release-notes/_10.x.x.adoc
index b8cb150..f1e32f3 100644
--- a/src/site/release-notes/_10.x.x.adoc
+++ b/src/site/release-notes/_10.x.x.adoc
@@ -57,6 +57,7 @@ In particular, we expect the absence of `module-info.java` 
files to avoid severa
 ==== Changed
 
 * Switched the default `log4j-changelog` configuration from Markdown 
(`.release-notes.md.ftl` and `.index.md.ftl`) to AsciiDoc 
(`.release-notes.adoc.ftl` and `.index.adoc.ftl`)
+* Update `actions/checkout` to version `4.1.0`
 * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.7.3.6`
 * Update `com.google.errorprone:error_prone_core` to version `2.22.0`
 * Update `org.osgi:osgi.annotation` to version `8.1.0`

Reply via email to