File tree Expand file tree Collapse file tree
.github/actions/setup-and-install Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ runs:
4747 steps :
4848 - name : Checkout
4949 if : inputs.checkout == 'true'
50- uses : SocketDev/socket-registry/.github/actions/checkout@b118afaff02b35ffade653166a91c15653bd3df9 # main
50+ uses : SocketDev/socket-registry/.github/actions/checkout@54785887074e8b614bf467cc8602fd6139c88a99 # main
5151 with :
5252 fetch-depth : ${{ inputs.checkout-fetch-depth }}
5353 ref : ${{ inputs.checkout-ref }}
5454 working-directory : ${{ inputs.working-directory }}
5555
5656 - name : Setup environment
57- uses : SocketDev/socket-registry/.github/actions/setup@b118afaff02b35ffade653166a91c15653bd3df9 # main
57+ uses : SocketDev/socket-registry/.github/actions/setup@54785887074e8b614bf467cc8602fd6139c88a99 # main
5858 with :
5959 debug : ${{ inputs.debug }}
6060 node-version : ${{ inputs.node-version }}
6363 working-directory : ${{ inputs.working-directory }}
6464
6565 - name : Install dependencies
66- uses : SocketDev/socket-registry/.github/actions/install@b118afaff02b35ffade653166a91c15653bd3df9 # main
66+ uses : SocketDev/socket-registry/.github/actions/install@54785887074e8b614bf467cc8602fd6139c88a99 # main
6767 with :
6868 working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments