From 76159462ded1e1e9c99757014f303f88353dd277 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Fri, 14 Nov 2025 08:41:47 -0500 Subject: [PATCH] Bump spring-io/spring-doc-actions from 0.0.20 to 0.0.21 Updates the spring-doc-actions reference in the documentation workflow to use the latest version (v0.0.21) for both the rsync-antora-reference and bust-cloudflare-antora-cache actions. Signed-off-by: Glenn Renfro --- .github/workflows/spring-build-and-deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spring-build-and-deploy-docs.yml b/.github/workflows/spring-build-and-deploy-docs.yml index 09a96de..1bad73d 100644 --- a/.github/workflows/spring-build-and-deploy-docs.yml +++ b/.github/workflows/spring-build-and-deploy-docs.yml @@ -51,7 +51,7 @@ jobs: 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.21 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} @@ -59,7 +59,7 @@ jobs: 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.21 with: context-root: ${{ github.event.repository.name }} cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}