Skip to content

Commit 13aad07

Browse files
committed
Update apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0 to version 12.0.0 (#167)
1 parent b1e46f9 commit 13aad07

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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/11.3.0
41+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.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/11.3.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0
3434
with:
3535
site-enabled: true
3636

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="167" link="https://github.com/apache/logging-log4j-transform/pull/167"/>
7+
<description format="asciidoc">Update `apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0` to version `12.0.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)