Skip to content

Commit 0413873

Browse files
Bump apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.0.0
Bumps [apache/logging-parent/.github/workflows/deploy-release-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/deploy-release-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] <[email protected]>
1 parent c5b92de commit 0413873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
deploy-release:
5151
needs: build
5252
if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
53-
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.0.0
53+
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.1.0
5454
# Secrets for deployments
5555
secrets:
5656
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

0 commit comments

Comments
 (0)