Browse Source

Merge branch '3.4.x' into 3.5.x

Closes gh-48372
pull/48965/head
Andy Wilkinson 4 months ago
parent
commit
dd586f516b
  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@v6
with:
ref: 'v0.0.14'
ref: 'v0.0.15'
repository: spring-projects/spring-boot-release-verification
token: ${{ secrets.token }}
- name: Check Out Send Notification Action

Loading…
Cancel
Save