File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
# NOTE (DP): Publish on develop and master, test on PRs against these
8
8
if : github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.base_ref == 'develop' || github.base_ref == 'master'
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
with :
12
12
fetch-depth : 1
13
13
- name : Set up JDK 17
Original file line number Diff line number Diff line change 11
11
jdk : ['17']
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Set up JDK
Original file line number Diff line number Diff line change 12
12
jdk : ['17']
13
13
runs-on : ${{ matrix.os }}
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- name : Set up JDK ${{ matrix.jdk }}
17
17
uses : actions/setup-java@v3
18
18
with :
Original file line number Diff line number Diff line change 8
8
name : W3C XQuery Test Suite
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Set up JDK 17
13
13
uses : actions/setup-java@v3
14
14
with :
Original file line number Diff line number Diff line change 11
11
name : SonarCloud Analysis
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
17
17
- name : Set up JDK 17
You can’t perform that action at this time.
0 commit comments