Browse Source

Upgrade to release verification tests 0.0.8

Closes gh-43871
pull/43904/head
Andy Wilkinson 11 months ago
parent
commit
c27156d7b3
  1. 2
      .github/workflows/verify.yml

2
.github/workflows/verify.yml

@ -38,7 +38,7 @@ jobs: @@ -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

Loading…
Cancel
Save