File tree Expand file tree Collapse file tree 12 files changed +22
-22
lines changed
publish-slack-release-testing-status
remove-rca-needed-label-sheets Expand file tree Collapse file tree 12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 4545
4646 - name : Check out target repository
4747 if : ${{ steps.label-check.outputs.skip_check != 'true' }}
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 with :
5050 repository : ${{ inputs.repo }}
5151 ref : ${{ inputs.head-ref }}
6464
6565 - name : Checkout GitHub tools repository
6666 if : ${{ steps.label-check.outputs.skip_check != 'true' }}
67- uses : actions/checkout@v5
67+ uses : actions/checkout@v6
6868 with :
6969 repository : ${{ inputs.github-tools-repository }}
7070 ref : ${{ inputs.github-tools-ref }}
7878
7979 - name : Set up Node.js
8080 if : ${{ steps.label-check.outputs.skip_check != 'true' }}
81- uses : actions/setup-node@v4
81+ uses : actions/setup-node@v6
8282 with :
8383 node-version-file : ./.github-tools/.nvmrc
8484 cache-dependency-path : ./.github-tools/yarn.lock
Original file line number Diff line number Diff line change 4343
4444 # Checkout repository only if not already checked out
4545 - name : Checkout repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747 if : ${{ hashFiles('.git') == '' }}
4848 with :
4949 fetch-depth : ${{ inputs.fetch-depth }}
6363 key : node-modules-${{ github.sha }}
6464
6565 - name : Set up Node.js
66- uses : actions/setup-node@v4
66+ uses : actions/setup-node@v6
6767 id : setup-node
6868 with :
6969 node-version-file : .nvmrc
Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ runs:
6262 steps :
6363 # Step 1: Checkout invoking repository (metamask-mobile | metamask-extension )
6464 - name : Checkout invoking repository
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868 ref : ${{ inputs.checkout-base-branch }}
6969 token : ${{ inputs.github-token }}
7070
7171 # Step 2: Checkout github-tools repository
7272 - name : Checkout github-tools repository
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v6
7474 with :
7575 repository : ${{ inputs.github-tools-repository }}
7676 ref : ${{ inputs.github-tools-ref }}
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ runs:
1919 using : composite
2020 steps :
2121 - name : Checkout github-tools repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 repository : MetaMask/github-tools
2525 path : github-tools
2626
2727 - name : Set up Node.js
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version-file : ./github-tools/.nvmrc
3131 cache-dependency-path : ./github-tools/yarn.lock
Original file line number Diff line number Diff line change 2727 using : composite
2828 steps :
2929 - name : Checkout GitHub tools repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 repository : ${{ inputs.github-tools-repository }}
3333 ref : ${{ inputs.github-tools-ref }}
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ runs:
3535 using : composite
3636 steps :
3737 - name : Checkout GitHub tools repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 repository : ${{ inputs.github-tools-repository }}
4141 ref : ${{ inputs.github-tools-ref }}
4242 path : ./github-tools
4343
4444 - name : Set up Node.js
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@v6
4646 with :
4747 node-version-file : ./github-tools/.nvmrc
4848 cache-dependency-path : ./github-tools/yarn.lock
Original file line number Diff line number Diff line change 3535 using : composite
3636 steps :
3737 - name : Checkout code
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939
4040 - name : Calculate changed lines
4141 id : line-count
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ runs:
3434 using : composite
3535 steps :
3636 - name : Checkout GitHub tools repository
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 repository : ${{ inputs.github-tools-repository }}
4040 ref : ${{ inputs.github-tools-ref }}
4141 path : ./github-tools
4242
4343 - name : Set up Node.js
44- uses : actions/setup-node@v4
44+ uses : actions/setup-node@v6
4545 with :
4646 node-version-file : ./github-tools/.nvmrc
4747 cache-dependency-path : ./github-tools/yarn.lock
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ runs:
3232 using : composite
3333 steps :
3434 - name : Checkout consuming repository
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 with :
3737 token : ${{ inputs.github-token }}
3838
3939 - name : Checkout GitHub tools repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 repository : ${{ inputs.github-tools-repository }}
4343 ref : ${{ inputs.github-tools-ref }}
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ runs:
188188 # # Node.js & JavaScript Dependencies Setup ##
189189
190190 - name : Setup Node.js
191- uses : actions/setup-node@v4
191+ uses : actions/setup-node@v6
192192 with :
193193 node-version : ${{ inputs.node-version }}
194194
You can’t perform that action at this time.
0 commit comments