diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index fb108062..7a052d21 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.8 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.18 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.8 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18 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 681ff6e9..1004d233 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@5a57bcc6a0da2a1474136cf29571b277850432bc + - uses: spring-io/spring-doc-actions/update-antora-spring-ui@852920ba3fb1f28b35a2f13201133bc00ef33677 name: Update with: docs-branch: 'docs-build'