Merge branch '6.1.x'
This commit is contained in:
commit
2f070e59e6
|
@ -18,11 +18,13 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Check out code
|
||||||
- uses: actions/setup-java@v3
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up Java
|
||||||
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'liberica'
|
||||||
java-version: '17'
|
java-version: 17
|
||||||
- name: Download BackportBot
|
- name: Download BackportBot
|
||||||
run: wget https://github.com/spring-io/backport-bot/releases/download/latest/backport-bot-0.0.1-SNAPSHOT.jar
|
run: wget https://github.com/spring-io/backport-bot/releases/download/latest/backport-bot-0.0.1-SNAPSHOT.jar
|
||||||
- name: Backport
|
- name: Backport
|
||||||
|
|
|
@ -17,8 +17,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository_owner == 'spring-projects'
|
if: github.repository_owner == 'spring-projects'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: docs-build
|
ref: docs-build
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
|
@ -9,5 +9,5 @@ jobs:
|
||||||
name: "Validation"
|
name: "Validation"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: gradle/wrapper-validation-action@v1
|
- uses: gradle/wrapper-validation-action@v2
|
||||||
|
|
Loading…
Reference in New Issue