File tree Expand file tree Collapse file tree 14 files changed +236
-141
lines changed
@bobanetwork/snap-account-abstraction-keyring-hc Expand file tree Collapse file tree 14 files changed +236
-141
lines changed Original file line number Diff line number Diff line change 3333 outputs :
3434 UPDATED : ${{ steps.updated.outputs.UPDATED }}
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : Check if registry file was updated
3838 id : updated
3939 run : |
5151 if : ${{ needs.check-updated.outputs.UPDATED == 'true' }}
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v3
54+ - name : Checkout and setup environment
55+ uses : MetaMask/action-checkout-and-setup@v1
56+ with :
57+ is-high-risk-environment : true
5558 - id : name-hash
5659 name : Get Slack name and hash
5760 shell : bash
@@ -99,14 +102,10 @@ jobs:
99102 if : ${{ needs.check-updated.outputs.UPDATED == 'true' }}
100103 runs-on : ubuntu-latest
101104 steps :
102- - uses : actions/checkout@v3
103- - name : Use Node.js
104- uses : actions/setup-node@v3
105+ - name : Checkout and setup environment
106+ uses : MetaMask/action-checkout-and-setup@v1
105107 with :
106- node-version-file : ' .nvmrc'
107- cache : ' yarn'
108- - name : Install Yarn dependencies
109- run : yarn --immutable
108+ is-high-risk-environment : true
110109 - name : Sign registry
111110 run : yarn sign
112111 env :
You can’t perform that action at this time.
0 commit comments