File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Sources
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
with :
45
45
fetch-depth : 0
46
46
83
83
runs-on : ubuntu-latest
84
84
steps :
85
85
- name : Checkout repository
86
- uses : actions/checkout@v4
86
+ uses : actions/checkout@v5
87
87
with :
88
88
fetch-depth : 0
89
89
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Sources
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Setup Gradle
You can’t perform that action at this time.
0 commit comments