Skip to content

Commit acb9427

Browse files
committed
Pin the version of the release verification tests
Closes gh-40366
1 parent e03d691 commit acb9427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
repository: spring-projects/spring-boot-release-verification
17-
ref: 'main'
17+
ref: 'v0.0.2'
1818
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
1919
- name: Check Out Send Notification Action
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)