From f4a803e4bd1323fa9a9184513b7a4bfd0e8b4db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 09:28:00 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 2 updates Bumps the development-dependencies group with 2 updates in the / directory: [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) and [spring-io/github-changelog-generator](https://github.com/spring-io/github-changelog-generator). Updates `spring-io/spring-doc-actions` from 0.0.19 to 0.0.20 - [Commits](https://github.com/spring-io/spring-doc-actions/compare/v0.0.19...v0.0.20) Updates `spring-io/github-changelog-generator` from 0.0.11 to 0.0.12 - [Release notes](https://github.com/spring-io/github-changelog-generator/releases) - [Commits](https://github.com/spring-io/github-changelog-generator/compare/v0.0.11...v0.0.12) --- updated-dependencies: - dependency-name: spring-io/spring-doc-actions dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: spring-io/github-changelog-generator dependency-version: 0.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}