File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
generateReadme :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
with :
13
13
ref : main
14
14
fetch-depth : 0
32
32
needs : generateReadme
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
with :
37
37
ref : main
38
38
fetch-depth : 0
58
58
deployInternal :
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v4
61
+ - uses : actions/checkout@v5
62
62
with :
63
63
fetch-depth : 0
64
64
- uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 5
5
deployAarsToNexus :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
with :
10
10
fetch-depth : 0
11
11
- uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 5
5
deployInternal :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
with :
10
10
fetch-depth : 0
11
11
- uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 5
5
generateReadme :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
with :
10
10
fetch-depth : 0
11
11
- uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments