File tree Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4141 timeout-minutes : 15
4242 steps :
4343 - name : CHECKOUT REPOSITORY
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 ref : ${{ inputs.ref || github.ref }}
4747 - name : CONFIGURE ERLANG
7474 timeout-minutes : 15
7575 steps :
7676 - name : CHECKOUT REPOSITORY
77- uses : actions/checkout@v4
77+ uses : actions/checkout@v5
7878 with :
7979 path : rabbitmq
8080 ref : ${{ inputs.ref || github.ref }}
@@ -112,7 +112,7 @@ jobs:
112112 timeout-minutes : 10
113113 steps :
114114 - name : CHECKOUT REPOSITORY
115- uses : actions/checkout@v4
115+ uses : actions/checkout@v5
116116 with :
117117 path : rabbitmq-server
118118 ref : ${{ inputs.ref || github.ref }}
Original file line number Diff line number Diff line change 1818 timeout-minutes : 10
1919 steps :
2020 - name : CHECKOUT REPOSITORY
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ matrix.target_branch }}
2424 - name : Configure Erlang
Original file line number Diff line number Diff line change 1313 timeout-minutes : 10
1414 steps :
1515 - name : CHECKOUT REPOSITORY
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : ${{ github.event.inputs.target_branch }}
1919 - name : Configure Erlang
Original file line number Diff line number Diff line change 3434 uses : docker/setup-buildx-action@v3
3535
3636 - name : Checkout ibm-mqadvanced-server-dev
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 repository : ${{ env.IBM_MQ_REPOSITORY }}
4040 ref : ${{ env.IBM_MQ_BRANCH_NAME }}
Original file line number Diff line number Diff line change 2828 fi
2929 - name : Checkout
3030 if : steps.authorized.outputs.authorized == 'true'
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 - name : Configure Erlang
3333 if : steps.authorized.outputs.authorized == 'true'
3434 uses : erlef/setup-beam@v1
6565 platform=${{ matrix.platform }}
6666 echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
6767 - name : Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 - name : Download package-generic-unix
7070 uses : actions/download-artifact@v4
7171 with :
Original file line number Diff line number Diff line change 2727 fi
2828 - name : CHECKOUT REPOSITORY
2929 if : steps.authorized.outputs.authorized == 'true'
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - uses : docker/metadata-action@v5
3232 if : steps.authorized.outputs.authorized == 'true'
3333 id : metadata
Original file line number Diff line number Diff line change 4646 DOCKER_NETWORK : rabbitmq_net
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050
5151 - name : Configure OTP & Elixir
5252
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-22.04
3434 steps :
3535 - name : CHECKOUT REPOSITORY
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 path : primary-umbrella
3939 - name : CHECK FOR ARCHIVE ON S3
6363 echo "version=${VERSION}" | tee -a $GITHUB_OUTPUT
6464 - name : CHECKOUT REPOSITORY (MIXED VERSION)
6565 if : env.exists != 'true'
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767 with :
6868 ref : v${{ steps.check.outputs.version }}
6969 path : secondary-umbrella
@@ -122,7 +122,7 @@ jobs:
122122 repo_cache_key : ${{ steps.repo-cache-key.outputs.value }}
123123 steps :
124124 - name : CHECKOUT REPOSITORY
125- uses : actions/checkout@v4
125+ uses : actions/checkout@v5
126126 - name : SETUP ERLANG/ELIXIR
127127 uses : erlef/setup-beam@v1
128128 with :
Original file line number Diff line number Diff line change 4444 key : ${{ inputs.repo_cache_key }}
4545 path : /home/runner/repo-cache/
4646 - name : CHECKOUT REPOSITORY
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 - name : CONFIGURE OTP & ELIXIR
49495050 with :
Original file line number Diff line number Diff line change 4141 key : ${{ inputs.repo_cache_key }}
4242 path : /home/runner/repo-cache/
4343 - name : CHECKOUT REPOSITORY
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 - name : CONFIGURE OTP & ELIXIR
46464747 with :
You can’t perform that action at this time.
0 commit comments