From 8324c9f59679e33758790ad7acc7da22ddb09b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 03:12:31 +0000 Subject: [PATCH] Bump spring-io/spring-release-actions/announce-on-gchat Bumps [spring-io/spring-release-actions/announce-on-gchat](https://github.com/spring-io/spring-release-actions) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/spring-io/spring-release-actions/releases) - [Commits](https://github.com/spring-io/spring-release-actions/compare/1b8671612c3eb3d9b9763e2d7b66f1a80d00ee95...6795980b9d960a13d420e114d50f1c8abe730769) --- updated-dependencies: - dependency-name: spring-io/spring-release-actions/announce-on-gchat dependency-version: 0.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/announce-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/announce-release.yml b/.github/workflows/announce-release.yml index 142e725ec2..2fb095c594 100644 --- a/.github/workflows/announce-release.yml +++ b/.github/workflows/announce-release.yml @@ -44,7 +44,7 @@ jobs: ] }" - name: Announce Release on `Spring-Releases` space - uses: spring-io/spring-release-actions/announce-on-gchat@1b8671612c3eb3d9b9763e2d7b66f1a80d00ee95 # 0.0.6 + uses: spring-io/spring-release-actions/announce-on-gchat@6795980b9d960a13d420e114d50f1c8abe730769 # 0.0.7 with: version: ${{ inputs.version }} gchat-webhook-url: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}