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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new cc876ae7c6 Switch to `main` branch of reusable workflows
cc876ae7c6 is described below

commit cc876ae7c629b698b92414b7f3c94213cdd0a427
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 26 09:45:08 2024 +0200

    Switch to `main` branch of reusable workflows
---
 .github/workflows/build.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index a041ad70ce..1730353859 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,7 +38,9 @@ jobs:
 
   build:
     if: github.actor != 'dependabot[bot]'
-    uses: 
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
+    # Temporary switch to `@main` waiting for 11.0.1 release
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
+    # uses: 
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
     with:
       java-version: |
         8

Reply via email to