File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,18 @@ jobs:
2121 contents : write
2222 pull-requests : write
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
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.
2828 fetch-depth : 0
2929 # We check out the specified branch, which will be used as the base
3030 # branch for all git operations and the release PR.
3131 ref : ${{ github.event.inputs.base-branch }}
32- - name : Get Node.js version
33- id : nvm
34- run : echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
35- - uses : actions/setup-node@v2
32+ - name : Setup Node.js
33+ uses : actions/setup-node@v3
3634 with :
37- node-version : ${{ steps.nvm.outputs.NODE_VERSION }}
35+ node-version-file : ' .nvmrc '
3836 - uses : MetaMask/action-create-release-pr@v1
3937 env :
4038 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments