File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
check_format :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Set up Java and Maven
18
18
uses : actions/setup-java@v4
19
19
with :
27
27
build_and_run_unit_and_integration_tests :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- name : Set up Java and Maven
32
32
uses : actions/setup-java@v4
33
33
with :
39
39
run_e2e_tests :
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
- name : Set up Java and Maven
44
44
uses : actions/setup-java@v4
45
45
with :
Original file line number Diff line number Diff line change 11
11
release :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Set up Java and Maven
16
16
uses : actions/setup-java@v4
17
17
with :
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
if : ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' ) }}
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Set up Java and Maven
28
28
uses : actions/setup-java@v4
29
29
with :
You can’t perform that action at this time.
0 commit comments