Browse Source

Upgrade to Spring Boot Release Verification 0.0.12

Closes gh-46863
pull/47304/head
Moritz Halbritter 4 months ago
parent
commit
7718b3a7ea
  1. 2
      .github/workflows/verify.yml

2
.github/workflows/verify.yml

@ -40,7 +40,7 @@ jobs: @@ -40,7 +40,7 @@ jobs:
- name: Check Out Release Verification Tests
uses: actions/checkout@v5
with:
ref: 'v0.0.11'
ref: 'v0.0.12'
repository: spring-projects/spring-boot-release-verification
token: ${{ secrets.token }}
- name: Check Out Send Notification Action

Loading…
Cancel
Save