This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main-site-pro in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit ca81efde2974b0c988ba5e8fd3c91ec43d32906c Author: ASF Logging Services RM <[email protected]> AuthorDate: Mon Feb 24 20:02:44 2025 +0000 Update `apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0` to version `12.0.0` (#171) --- .github/workflows/deploy-site.yaml | 6 +++--- ...rent_github_workflows_deploy_site_reusable_yaml_rel_11_3_0.xml | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 93b77a6..5ba5250 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -33,7 +33,7 @@ jobs: deploy-site-stg: if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main' - uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0 + uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0.0 # Secrets for committing the generated site secrets: GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }} @@ -51,7 +51,7 @@ jobs: deploy-site-pro: if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main-site-pro' - uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0 + uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0.0 # Secrets for committing the generated site secrets: GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }} @@ -81,7 +81,7 @@ jobs: deploy-site-rel: needs: export-version - uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0 + uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0.0 # Secrets for committing the generated site secrets: GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }} diff --git a/src/changelog/.0.x.x/update_apache_logging_parent_github_workflows_deploy_site_reusable_yaml_rel_11_3_0.xml b/src/changelog/.0.x.x/update_apache_logging_parent_github_workflows_deploy_site_reusable_yaml_rel_11_3_0.xml new file mode 100644 index 0000000..46e64cb --- /dev/null +++ b/src/changelog/.0.x.x/update_apache_logging_parent_github_workflows_deploy_site_reusable_yaml_rel_11_3_0.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="https://logging.apache.org/xml/ns" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="updated"> + <issue id="171" link="https://github.com/apache/logging-log4j-transform/pull/171"/> + <description format="asciidoc">Update `apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0` to version `12.0.0`</description> +</entry>
