From 2a628d0422b2c90e6ad49347c1b2732a58d0f732 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Aug 2025 16:19:50 +0100 Subject: [PATCH] Upgrade to Spring Boot Release Verification 0.0.14 Closes gh-46911 --- .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 809179e5f71..4112e7dd6fb 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.13' + ref: 'v0.0.14' repository: spring-projects/spring-boot-release-verification token: ${{ secrets.token }} - name: Check Out Send Notification Action