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 11
11
os : [ubuntu-latest, windows-latest]
12
12
runs-on : ${{ matrix.os }}
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up JDK ${{ matrix.java }}
16
16
uses : actions/setup-java@v3
17
17
with :
Original file line number Diff line number Diff line change 19
19
env :
20
20
maven_commands : install # default is install
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Set up JDK ${{ matrix.java }}
24
24
uses : actions/setup-java@v3
25
25
with :
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
name : Release artifacts
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Set up JDK
14
14
uses : actions/setup-java@v3
15
15
with :
You can’t perform that action at this time.
0 commit comments