File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 git clone --branch v3.13.7 https://github.com/rabbitmq/rabbitmq-server.git ${{ github.workspace }}/rabbitmq-server
2222 - id : build-rabbitmq-server
2323 run : make -C ${{ github.workspace }}/rabbitmq-server
24- - uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
24+ - uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
2525 with :
2626 path : ${{ github.workspace }}/rabbitmq-server
2727 key : rmq-v3.13.7-otp-26-elixir-1.16
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - id : restore-rabbitmq-server-cache
20- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
20+ uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
2121 with :
2222 path : ${{ github.workspace }}/rabbitmq-server
2323 key : rmq-v3.13.7-otp-26-elixir-1.16
3131 with :
3232 otp-version : 26
3333 elixir-version : 1.16
34- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
34+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3535 with :
3636 path : rabbitmq-server/deps/rabbitmq_queue_migration
3737 - run : make -C ${{ github.workspace }}/rabbitmq-server/deps/rabbitmq_queue_migration
@@ -52,12 +52,12 @@ jobs:
5252 needs : build-test
5353 runs-on : ubuntu-24.04
5454 steps :
55- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
55+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5656 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5757 with :
5858 name : rabbitmq_queue_migration.ez
5959 path : ${{ github.workspace }}/test/integration/docker
60- - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
60+ - uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
6161 with :
6262 distribution : ' temurin'
6363 java-version : ' 21'
Original file line number Diff line number Diff line change 1616 format-check :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2020 - uses : erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0
2121 with :
2222 otp-version : 26
You can’t perform that action at this time.
0 commit comments