diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e4a08b8..f9f80941 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: run: | ./gradlew antora - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.19 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} @@ -138,7 +138,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.19 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.20 with: context-root: spring-pulsar cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }} @@ -198,7 +198,7 @@ jobs: echo "changelog.contributors.exclude.names=$repositoryTeam" > changelog.properties echo "changelog.issues.generate-links=$repositoryVisibility" >> changelog.properties - name: Generate Changelog - uses: spring-io/github-changelog-generator@v0.0.11 + uses: spring-io/github-changelog-generator@v0.0.12 with: milestone: ${{ env.VERSION }} token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}