From 7f3b841853a29c23570b1fef29262c3eb7b0233d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:12:28 +0000 Subject: [PATCH] Bump spring-io/spring-release-actions from 0.0.2 to 0.0.3 Bumps [spring-io/spring-release-actions](https://github.com/spring-io/spring-release-actions) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/spring-io/spring-release-actions/releases) - [Commits](https://github.com/spring-io/spring-release-actions/compare/0.0.2...0.0.3) --- updated-dependencies: - dependency-name: spring-io/spring-release-actions dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spring-finalize-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spring-finalize-release.yml b/.github/workflows/spring-finalize-release.yml index 4437d94..d1072c4 100644 --- a/.github/workflows/spring-finalize-release.yml +++ b/.github/workflows/spring-finalize-release.yml @@ -96,12 +96,12 @@ jobs: config-file: changelog.properties - name: GitHub Release - uses: spring-io/spring-release-actions/publish-release-notes@0.0.2 + uses: spring-io/spring-release-actions/publish-release-notes@0.0.3 with: tag: v${{ inputs.milestone }} - name: Close Milestone - uses: spring-io/spring-release-actions/close-milestone@0.0.2 + uses: spring-io/spring-release-actions/close-milestone@0.0.3 with: version: ${{ inputs.milestone }} @@ -113,14 +113,14 @@ jobs: show-progress: false - name: Update Spring IO website for new version - uses: spring-io/spring-release-actions/update-learn-page@0.0.2 + uses: spring-io/spring-release-actions/update-learn-page@0.0.3 with: version: ${{ inputs.milestone }} website-token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} - name: Announce Release in Chat if: env.CHAT_WEBHOOK_URL - uses: spring-io/spring-release-actions/announce-on-gchat@0.0.2 + uses: spring-io/spring-release-actions/announce-on-gchat@0.0.3 with: gchat-webhook-url: ${{ env.CHAT_WEBHOOK_URL }} version: ${{ inputs.milestone }}