Merge branch '7.0.x'

This commit is contained in:
Brian Clozel
2026-08-03 11:36:43 +02:00
2 changed files with 2 additions and 1 deletions
@@ -53,6 +53,7 @@ jobs:
trigger-docs-build:
name: Trigger Docs Build
needs: build-and-deploy-snapshot
if: ${{ !vars.COMMERCIAL }} # remove when commercial support
permissions:
actions: write
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Check Out Release Verification Tests
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: 'v0.0.2'
ref: 'v0.0.3'
repository: spring-projects/spring-framework-release-verification
token: ${{ secrets.token }}
- name: Check Out Send Notification Action