Update `apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3.0` to version `12.0.0` (#75)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 790e918..10a2ae5 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -48,7 +48,7 @@
   deploy-snapshot:
     needs: build
     if: github.repository == 'apache/logging-log4j-scala' && github.ref_name == 'main'
-    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3.0
+    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.0.0
     # Secrets for deployments
     secrets:
       NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
diff --git a/src/changelog/.13.x.x/update_apache_logging_parent_github_workflows_deploy_snapshot_reusable_yaml_rel_11_3_0.xml b/src/changelog/.13.x.x/update_apache_logging_parent_github_workflows_deploy_snapshot_reusable_yaml_rel_11_3_0.xml
new file mode 100644
index 0000000..95d4a05
--- /dev/null
+++ b/src/changelog/.13.x.x/update_apache_logging_parent_github_workflows_deploy_snapshot_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="75" link="https://github.com/apache/logging-log4j-scala/pull/75"/>
+  <description format="asciidoc">Update `apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3.0` to version `12.0.0`</description>
+</entry>