From c27156d7b352a99cf848fe8c661d865feb776beb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 Jan 2025 16:27:33 +0000 Subject: [PATCH] Upgrade to release verification tests 0.0.8 Closes gh-43871 --- .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 218c9c3d371..400fcda4c9c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -38,7 +38,7 @@ jobs: - name: Check Out Release Verification Tests uses: actions/checkout@v4 with: - ref: 'v0.0.7' + ref: 'v0.0.8' repository: spring-projects/spring-boot-release-verification token: ${{ secrets.token }} - name: Check Out Send Notification Action