From 8ffaec5d722924cc328fed7ffde2f9c6eb210613 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:40:24 +0100 Subject: [PATCH] Update rsync-antora-reference to v0.0.22 Closes gh-35951 --- .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 17a7d414073..ae936b46fc4 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -43,14 +43,14 @@ jobs: - name: Copy the cache to be included in the site run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/ - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.22 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }} docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} - name: Bust Cloudflare Cache - uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.20 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.22 with: context-root: spring-framework cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}