This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 8b57360 Bump
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0
(#166)
8b57360 is described below
commit 8b573606799fcbefaa78ef5747ffcc9fbbb507bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 5 13:37:48 2025 +0100
Bump
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0
(#166)
Bumps
[apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0](https://github.com/apache/logging-parent)
from 11.3.0 to 12.0.0.
- [Release notes](https://github.com/apache/logging-parent/releases)
-
[Commits](https://github.com/apache/logging-parent/compare/rel/11.3.0...rel/12.0.0)
---
updated-dependencies:
- dependency-name:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ebaab28..0bdc844 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
deploy-release:
needs: build
if: github.repository == 'apache/logging-log4j-transform' &&
startsWith(github.ref_name, 'release/')
- uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0
+ uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.0.0
# Secrets for deployments
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}