diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb4f8b0..38cd9052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: run: | ./gradlew 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.18 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} @@ -132,7 +132,7 @@ jobs: docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} site-path: spring-pulsar-docs/build/site - name: Bust Clouflare Cache - uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.13 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18 with: context-root: spring-pulsar cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}