From 7718b3a7eac4f547cac214d93ecaaa5b5eba9ce5 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 18 Aug 2025 10:31:22 +0200 Subject: [PATCH] Upgrade to Spring Boot Release Verification 0.0.12 Closes gh-46863 --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 7914a10bdba..f1cf4e3f1c3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -40,7 +40,7 @@ jobs: - name: Check Out Release Verification Tests uses: actions/checkout@v5 with: - ref: 'v0.0.11' + ref: 'v0.0.12' repository: spring-projects/spring-boot-release-verification token: ${{ secrets.token }} - name: Check Out Send Notification Action