Skip to content

Commit 1698dc3

Browse files
committed
Update workflow branches
1 parent 0d414c0 commit 1698dc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939

4040
build:
4141
if: github.actor != 'dependabot[bot]'
42-
uses: apache/logging-log4j-samples/.github/workflows/integration-test.yaml@main
42+
uses: apache/logging-log4j-samples/.github/workflows/integration-test.yaml@feature/integrated-tests

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ permissions: read-all
4747
jobs:
4848

4949
jre-test:
50-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@feature/maven-args
50+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
5151
with:
5252
java-version: 21
5353
maven-args: |

.github/workflows/merge-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
merge-dependabot:
3838
needs: build
39-
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@feature/maven-args
39+
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@main
4040
permissions:
4141
contents: write # to push changelog commits
4242
pull-requests: write # to close the PR

0 commit comments

Comments
 (0)