File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
runs-on : ubuntu-latest
47
47
if : ${{ github.repository_owner == 'spring-projects' }}
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
- name : Set up gradle
51
51
uses : spring-io/spring-gradle-build-action@v2
52
52
with :
Original file line number Diff line number Diff line change 17
17
if : github.repository_owner == 'spring-projects'
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
ref : docs-build
23
23
fetch-depth : 1
Original file line number Diff line number Diff line change 19
19
git config --global user.name 'github-actions[bot]'
20
20
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
- name : Set up JDK 17
24
24
uses : actions/setup-java@v4
25
25
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
if : ${{ github.repository == 'spring-projects/spring-security' }}
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Set up gradle
16
16
uses : spring-io/spring-gradle-build-action@v2
17
17
with :
24
24
runs-on : ubuntu-latest
25
25
if : ${{ github.repository == 'spring-projects/spring-security' }}
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Set up gradle
29
29
uses : spring-io/spring-gradle-build-action@v2
30
30
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 1
21
21
- name : Dispatch
You can’t perform that action at this time.
0 commit comments