File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
ref : master
14
14
fetch-depth : 0
17
17
git config user.name "Zonky Bot"
18
18
git config user.email "[email protected] "
19
19
- name : Set up JDK
20
- uses : actions/setup-java@v3
20
+ uses : actions/setup-java@v4
21
21
with :
22
22
distribution : ' zulu'
23
23
java-version : 8
Original file line number Diff line number Diff line change 10
10
java : [8, 11, 17]
11
11
steps :
12
12
- name : Checkout project
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Set up JDK
15
- uses : actions/setup-java@v3
15
+ uses : actions/setup-java@v4
16
16
with :
17
17
distribution : ' zulu'
18
18
java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments