File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ jobs:
2121 contents : write
2222 pull-requests : write
2323 steps :
24- - name : Checkout and setup environment
25- uses : MetaMask/action-checkout-and-setup@v1
24+ - uses : actions/checkout@v4
2625 with :
27- is-high-risk-environment : false
2826 fetch-depth : 0
2927 ref : ${{ github.event.inputs.base-branch }}
28+ - name : Setup Node.js
29+ uses : actions/setup-node@v4
30+ with :
31+ node-version-file : ' .nvmrc'
3032 - uses : MetaMask/action-create-release-pr@v3
3133 env :
3234 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -39,10 +41,11 @@ jobs:
3941 contents : write
4042 needs : create-release-pr
4143 steps :
42- - name : Checkout and setup environment
43- uses : MetaMask/action-checkout-and-setup@v1
44+ - uses : actions/checkout@v4
45+ - name : Setup Node.js
46+ uses : actions/setup-node@v4
4447 with :
45- is-high-risk-environment : false
48+ node-version-file : ' .nvmrc '
4649 - name : Update Snap Version
4750 id : update-release-pr
4851 shell : bash
You can’t perform that action at this time.
0 commit comments