From a0d355343ebaffe59ab9e5fe9273b74a9f8ddaa3 Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Thu, 21 Mar 2024 16:50:17 +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 8489a1ac6..ba4d0c379 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-netflix cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}