From c885fd0ca1969e81993e24403003cb5433a5ff7a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 11 Sep 2023 09:26:53 +0200 Subject: [PATCH] Upgrade build actions. --- .github/workflows/antora-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/antora-site.yml b/.github/workflows/antora-site.yml index 7c692ce..2dd45c9 100644 --- a/.github/workflows/antora-site.yml +++ b/.github/workflows/antora-site.yml @@ -60,7 +60,7 @@ jobs: path: target/antora/site retention-days: 5 - name: Publish Docs - uses: rwinch/spring-doc-actions/rsync-antora-reference@httpdocs-path + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.12 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} @@ -69,7 +69,7 @@ jobs: site-path: target/antora/site httpdocs-path: /spring-data/${{ github.event.inputs.module }}/reference - 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.12 with: context-root: spring-data/${{ github.event.inputs.module }}/reference cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}