File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
version : [ 17.0.12, 21.0.4, 24 ]
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Set up JDK ${{ matrix.version }}
22
22
uses : actions/setup-java@v4
23
23
with :
32
32
# Disable Sonar for foreign PRs
33
33
if : (github.event_name != 'pull_request' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository))
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
- name : Set up JDK 17
37
37
uses : actions/setup-java@v4
38
38
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- uses : damccorm/tag-ur-it@master
18
18
with :
Original file line number Diff line number Diff line change 26
26
version : [ 17.0.12 ]
27
27
runs-on : ubuntu-22.04
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- name : Set up JDK ${{ matrix.version }}
31
31
uses : actions/setup-java@v4
32
32
with :
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-22.04
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Set up JDK 17
29
29
uses : actions/setup-java@v4
30
30
with :
You can’t perform that action at this time.
0 commit comments