From 082c62ebb8a3a669890a5c903d60eaaa0c1f326a Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:52:28 -0400 Subject: [PATCH] Using new actions release --- projects/spring-cloud/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/spring-cloud/src/main/resources/application.yml b/projects/spring-cloud/src/main/resources/application.yml index 2191e83e..8501f626 100644 --- a/projects/spring-cloud/src/main/resources/application.yml +++ b/projects/spring-cloud/src/main/resources/application.yml @@ -102,8 +102,8 @@ releaser: bom-name: spring-cloud # fixed-versions: antora: - spring-docs-actions-url: https://github.com/ryanjbaxter/spring-doc-actions -# spring-docs-actions-tag: v0.0.16 + spring-docs-actions-url: https://github.com/spring-io/spring-doc-actions + spring-docs-actions-tag: v0.0.18 sync-antora-docs-command: "./spring-docs-action-runner.sh --docs-username {{ssh-username}} --docs-ssh-key-path {{ssh-key-path}} --docs-host docs-ip.spring.io --docs-ssh-host-key {{host-key}} --site-path {{site-path}} --github-repository {{github-repo}}" meta-release: enabled: false