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@v4
42+ uses : actions/checkout@v5
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@v4
10+ - uses : actions/checkout@v5
1111 - name : Set up Python
1212 uses : actions/setup-python@v5
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@v4
11+ - uses : actions/checkout@v5
1212 - name : Set up Python
1313 uses : actions/setup-python@v5
1414 with :
Original file line number Diff line number Diff line change 2121 - pivotalrabbitmq/rabbitmq:main-otp27
2222 name : Test against ${{ matrix.rabbitmq-image }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Checkout tls-gen
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 repository : rabbitmq/tls-gen
2929 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@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 ref : 5.x.x-stable
2323 - name : Checkout tls-gen
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
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@v4
20+ - uses : actions/checkout@v5
2121 - name : Checkout tls-gen
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 repository : rabbitmq/tls-gen
2525 path : ' ./tls-gen'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Checkout tls-gen
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 repository : rabbitmq/tls-gen
2222 path : ' ./tls-gen'
You can’t perform that action at this time.
0 commit comments