From d9f6946ed581a3d998b12c229db9ee1c71290d7d Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Thu, 21 Mar 2024 14:49:15 -0400 Subject: [PATCH] Update versions --- .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 f22d8431c..bc8479a20 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-task cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}