Skip to content

Commit cc876ae

Browse files
committedApr 26, 2024··
Switch to main branch of reusable workflows
1 parent feaf123 commit cc876ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838

3939
build:
4040
if: github.actor != 'dependabot[bot]'
41-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
41+
# Temporary switch to `@main` waiting for 11.0.1 release
42+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
43+
# uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
4244
with:
4345
java-version: |
4446
8

0 commit comments

Comments
 (0)
Please sign in to comment.