File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ jobs:
18
18
pull-requests : write
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
22
- - uses : actions/setup-java@v3
21
+ - name : Check out code
22
+ uses : actions/checkout@v4
23
+ - name : Set up Java
24
+ uses : actions/setup-java@v4
23
25
with :
24
- distribution : ' temurin '
25
- java-version : ' 17 '
26
+ distribution : ' liberica '
27
+ java-version : 17
26
28
- name : Download BackportBot
27
29
run : wget https://github.com/spring-io/backport-bot/releases/download/latest/backport-bot-0.0.1-SNAPSHOT.jar
28
30
- name : Backport
Original file line number Diff line number Diff line change 9
9
name : " Validation"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : gradle/wrapper-validation-action@v1
12
+ - uses : actions/checkout@v4
13
+ - uses : gradle/wrapper-validation-action@v2
You can’t perform that action at this time.
0 commit comments