From 6760e0d10a645c1f66936f25cf08bc3048175796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 16:12:15 +0000 Subject: [PATCH] Bump spring-io/spring-release-actions from 0.0.1 to 0.0.2 Bumps [spring-io/spring-release-actions](https://github.com/spring-io/spring-release-actions) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/spring-io/spring-release-actions/releases) - [Commits](https://github.com/spring-io/spring-release-actions/compare/0.0.1...0.0.2) --- updated-dependencies: - dependency-name: spring-io/spring-release-actions dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spring-finalize-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spring-finalize-release.yml b/.github/workflows/spring-finalize-release.yml index 3bf23a2..2dbafcb 100644 --- a/.github/workflows/spring-finalize-release.yml +++ b/.github/workflows/spring-finalize-release.yml @@ -122,7 +122,7 @@ jobs: - name: Announce Release in Chat if: env.CHAT_WEBHOOK_URL - uses: spring-io/spring-release-actions/announce-on-gchat@0.0.1 + uses: spring-io/spring-release-actions/announce-on-gchat@0.0.2 with: gchat-webhook-url: ${{ env.CHAT_WEBHOOK_URL }} version: ${{ inputs.milestone }}