This repository was archived by the owner on Apr 10, 2024. It is now read-only.
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 19
19
os : [ ubuntu-latest, windows-latest, macos-latest ]
20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Set up Java and Maven
24
24
uses : actions/setup-java@v3
25
25
with :
Original file line number Diff line number Diff line change 8
8
publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Set up Java and Maven
13
13
uses : actions/setup-java@v3
14
14
with :
32
32
update-working-version :
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Set up Java and Maven
37
37
uses : actions/setup-java@v3
38
38
with :
Original file line number Diff line number Diff line change 14
14
test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Java and Maven
19
19
uses : actions/setup-java@v3
20
20
with :
27
27
runs-on : ubuntu-latest
28
28
needs : test
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- name : Set up Java and Maven
32
32
uses : actions/setup-java@v3
33
33
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
if : ${{ ( github.event_name == 'push' || github.event_name == 'pull_request' ) }}
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Java and Maven
22
22
uses : actions/setup-java@v3
23
23
with :
You can’t perform that action at this time.
0 commit comments