File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 # NOTE (DP): Publish on develop and master, test on PRs against these
1414 if : github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.base_ref == 'develop' || github.base_ref == 'master'
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 1
1919 - name : Set up JDK 21
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 if : github.ref == 'refs/heads/develop'
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 1
1818 - name : Set up JDK 21
Original file line number Diff line number Diff line change 1010 name : License check
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-java@v4
1515 with :
1616 distribution : liberica
2323 if : ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-java@v4
2828 with :
2929 distribution : liberica
4343 jvm : ['21']
4444 runs-on : ${{ matrix.os }}
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Set up JDK
4848 uses : actions/setup-java@v4
4949 with :
Original file line number Diff line number Diff line change 88 name : W3C XQuery Test Suite
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Set up JDK 21
1313 uses : actions/setup-java@v4
1414 with :
Original file line number Diff line number Diff line change 99 name : SonarCloud Analysis
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1515 - name : Set up JDK 21
You can’t perform that action at this time.
0 commit comments