File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-24.04
8
8
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- name : Set up Python
12
12
uses : actions/setup-python@v5
13
13
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-24.04
9
9
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Set up Python
13
13
uses : actions/setup-python@v5
14
14
with :
Original file line number Diff line number Diff line change 21
21
- pivotalrabbitmq/rabbitmq:main-otp27
22
22
name : Test against ${{ matrix.rabbitmq-image }}
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Checkout tls-gen
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
repository : rabbitmq/tls-gen
29
29
path : ' ./tls-gen'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
version : ' 17'
18
18
name : Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
ref : 5.x.x-stable
23
23
- name : Checkout tls-gen
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
repository : rabbitmq/tls-gen
27
27
path : ' ./tls-gen'
Original file line number Diff line number Diff line change 17
17
version : ' 17'
18
18
name : Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Checkout tls-gen
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
repository : rabbitmq/tls-gen
25
25
path : ' ./tls-gen'
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-24.04
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Checkout tls-gen
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
repository : rabbitmq/tls-gen
22
22
path : ' ./tls-gen'
You can’t perform that action at this time.
0 commit comments