diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e7c492ce..f1d6f22d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -35,14 +35,14 @@ jobs: - name: Run Antora run: ./gradlew antora - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.18 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.19 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.18 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.19 with: context-root: spring-ldap cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }} diff --git a/.github/workflows/update-antora-ui-spring.yml b/.github/workflows/update-antora-ui-spring.yml index 1004d233..8a912169 100644 --- a/.github/workflows/update-antora-ui-spring.yml +++ b/.github/workflows/update-antora-ui-spring.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Update on docs-build steps: - - uses: spring-io/spring-doc-actions/update-antora-spring-ui@852920ba3fb1f28b35a2f13201133bc00ef33677 + - uses: spring-io/spring-doc-actions/update-antora-spring-ui@c2038265125ec6f305a4a041d892ee44c156a754 name: Update with: docs-branch: 'docs-build'