File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-24.04
88
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : Set up Python
1212 uses : actions/setup-python@v6
1313 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-24.04
99
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Set up Python
1313 uses : actions/setup-python@v6
1414 with :
Original file line number Diff line number Diff line change 3131 rabbitmq-branch : 4.3
3232 name : Test against ${{ matrix.rabbitmq-image }}
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - name : Checkout tls-gen
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 repository : rabbitmq/tls-gen
3939 path : ' ./tls-gen'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 version : ' 17'
1818 name : Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 ref : 5.x.x-stable
2323 - name : Checkout tls-gen
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 repository : rabbitmq/tls-gen
2727 path : ' ./tls-gen'
Original file line number Diff line number Diff line change 1717 version : ' 17'
1818 name : Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Checkout tls-gen
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 repository : rabbitmq/tls-gen
2525 path : ' ./tls-gen'
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-24.04
2323
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Checkout tls-gen
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 repository : rabbitmq/tls-gen
3030 path : ' ./tls-gen'
You can’t perform that action at this time.
0 commit comments