File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/setup-and-install Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ runs:
5252 steps :
5353 - name : Checkout
5454 if : inputs.checkout == 'true'
55- uses : SocketDev/socket-registry/.github/actions/checkout@e589b1db6104ce41e4ba4ead9b30d4b617a6d054 # main
55+ uses : SocketDev/socket-registry/.github/actions/checkout@73c91cb15e259192ae9697b28ddfc441117b6e32 # main
5656 with :
5757 fetch-depth : ${{ inputs.checkout-fetch-depth }}
5858 ref : ${{ inputs.checkout-ref }}
5959 working-directory : ${{ inputs.working-directory }}
6060
6161 - name : Setup environment
62- uses : SocketDev/socket-registry/.github/actions/setup@e589b1db6104ce41e4ba4ead9b30d4b617a6d054 # main
62+ uses : SocketDev/socket-registry/.github/actions/setup@73c91cb15e259192ae9697b28ddfc441117b6e32 # main
6363 with :
6464 debug : ${{ inputs.debug }}
6565 node-version : ${{ inputs.node-version }}
6969 working-directory : ${{ inputs.working-directory }}
7070
7171 - name : Install dependencies
72- uses : SocketDev/socket-registry/.github/actions/install@e589b1db6104ce41e4ba4ead9b30d4b617a6d054 # main
72+ uses : SocketDev/socket-registry/.github/actions/install@73c91cb15e259192ae9697b28ddfc441117b6e32 # main
7373 with :
7474 working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments