From 69b79145649dae91f33f8faead9fa8a11a04d445 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 2 Dec 2025 08:10:38 +0000 Subject: [PATCH] Upgrade to Spring Boot Release Verification 0.0.15 Closes gh-48371 --- .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 6070b590ff8..cab7bc61871 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@v6 with: - ref: 'v0.0.14' + ref: 'v0.0.15' repository: spring-projects/spring-boot-release-verification token: ${{ secrets.token }} - name: Check Out Send Notification Action