Skip to content

Commit e9df3f8

Browse files
Bump apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0
Bumps [apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0](https://github.com/apache/logging-parent) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/apache/logging-parent/releases) - [Commits](apache/logging-parent@rel/12.0.0...rel/12.1.0) --- updated-dependencies: - dependency-name: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0 dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6461098 commit e9df3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

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

3939
build:
4040
if: github.actor != 'dependabot[bot]'
41-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0
41+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
4242
with:
4343
site-enabled: true
4444

.github/workflows/merge-dependabot.yaml

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

3131
build:
3232
if: github.repository == 'apache/logging-log4j-transform' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
3434
with:
3535
site-enabled: true
3636

0 commit comments

Comments
 (0)