File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 88 name : Prepare
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Use Node.js
13- uses : actions/setup-node@v3
13+ uses : actions/setup-node@v4
1414 with :
1515 node-version-file : ' .nvmrc'
1616 cache : ' yarn'
5151 matrix :
5252 node-version : [18.x, 20.x]
5353 steps :
54- - uses : actions/checkout@v3
54+ - uses : actions/checkout@v4
5555 - name : Use Node.js ${{ matrix.node-version }}
56- uses : actions/setup-node@v3
56+ uses : actions/setup-node@v4
5757 with :
5858 node-version : ${{ matrix.node-version }}
5959 cache : ' yarn'
8282 matrix :
8383 node-version : [18.x, 20.x]
8484 steps :
85- - uses : actions/checkout@v3
85+ - uses : actions/checkout@v4
8686 - name : Use Node.js ${{ matrix.node-version }}
87- uses : actions/setup-node@v3
87+ uses : actions/setup-node@v4
8888 with :
8989 node-version : ${{ matrix.node-version }}
9090 cache : ' yarn'
Original file line number Diff line number Diff line change 2121 contents : write
2222 pull-requests : write
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 # This is to guarantee that the most recent tag is fetched.
2727 # This can be configured to a more reasonable value by consumers.
@@ -30,10 +30,10 @@ jobs:
3030 # branch for all git operations and the release PR.
3131 ref : ${{ github.event.inputs.base-branch }}
3232 - name : Setup Node.js
33- uses : actions/setup-node@v3
33+ uses : actions/setup-node@v4
3434 with :
3535 node-version-file : ' .nvmrc'
36- - uses : MetaMask/action-create-release-pr@v2
36+ - uses : MetaMask/action-create-release-pr@v3
3737 env :
3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939 with :
Original file line number Diff line number Diff line change 1010 name : Check workflows
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Download actionlint
1515 id : download-actionlint
1616 run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/7fdc9630cc360ea1a469eed64ac6d78caeda1234/scripts/download-actionlint.bash) 1.6.23
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 contents : write
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 ref : ${{ github.sha }}
2020 - name : Setup Node.js
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
2323 node-version-file : ' .nvmrc'
2424 - uses : MetaMask/action-publish-release@v3
4040 runs-on : ubuntu-latest
4141 needs : publish-release
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 with :
4545 ref : ${{ github.sha }}
4646 - uses : actions/cache@v3
6464 runs-on : ubuntu-latest
6565 needs : publish-npm-dry-run
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 with :
6969 ref : ${{ github.sha }}
7070 - uses : actions/cache@v3
8989 outputs :
9090 RELEASE_VERSION : ${{ steps.get-release-version.outputs.RELEASE_VERSION }}
9191 steps :
92- - uses : actions/checkout@v3
92+ - uses : actions/checkout@v4
9393 with :
9494 ref : ${{ github.sha }}
9595 - id : get-release-version
You can’t perform that action at this time.
0 commit comments