From 447b93bc696f412271aea54ec22f52a59ba22d2a Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Thu, 21 Mar 2024 16:49:35 +0100 Subject: [PATCH] Upgrade spring-doc-actions to 0.0.15. --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1a7572a9..827a893a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -38,7 +38,7 @@ jobs: run: | ./mvnw --no-transfer-progress -B antora - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} @@ -46,7 +46,7 @@ jobs: docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} site-path: target/antora/site - name: Bust Cloudflare Cache - uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.15 with: context-root: spring-cloud-commons cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}