Skip to content

Commit b4e1d31

Browse files
committed
Update apache/logging-parent to version `` (#183)
1 parent 992d58b commit b4e1d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737

3838
build:
3939
if: github.actor != 'dependabot[bot]'
40-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
40+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
4141
with:
4242
java-version: 21

.github/workflows/merge-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
build:
3232
if: github.repository == 'apache/logging-log4j-samples' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
3434
with:
3535
java-version: 21
3636

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

0 commit comments

Comments
 (0)