From a08fe0d75b821424308ce6ba876b0c80df2678af Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Apr 2024 12:23:46 +0100 Subject: [PATCH] Upgrade to release verification tests 0.0.3 Closes gh-40518 --- .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 2113febceb0c..0849be557081 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 with: repository: spring-projects/spring-boot-release-verification - ref: 'v0.0.2' + ref: 'v0.0.3' token: ${{ secrets.token }} - name: Check Out Send Notification Action uses: actions/checkout@v4