From acb9427ffde423eb1068cac2e0294c128132607a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 20:42:57 +0100 Subject: [PATCH] Pin the version of the release verification tests Closes gh-40366 --- .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 4ad0d14900cc..507241271f8e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 with: repository: spring-projects/spring-boot-release-verification - ref: 'main' + ref: 'v0.0.2' token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} - name: Check Out Send Notification Action uses: actions/checkout@v4