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 @@ -51,14 +51,14 @@ runs:
5151 steps :
5252 - name : Checkout
5353 if : inputs.checkout == 'true'
54- uses : SocketDev/socket-registry/.github/actions/checkout@4a026eb6b788e74a9b1ad99514413bd7e023c191 # main
54+ uses : SocketDev/socket-registry/.github/actions/checkout@a06da741d0bbbf9266da980cabb5617fa8e9d66e # main
5555 with :
5656 fetch-depth : ${{ inputs.checkout-fetch-depth }}
5757 ref : ${{ inputs.checkout-ref }}
5858 working-directory : ${{ inputs.working-directory }}
5959
6060 - name : Setup environment
61- uses : SocketDev/socket-registry/.github/actions/setup@4a026eb6b788e74a9b1ad99514413bd7e023c191 # main
61+ uses : SocketDev/socket-registry/.github/actions/setup@a06da741d0bbbf9266da980cabb5617fa8e9d66e # main
6262 with :
6363 debug : ${{ inputs.debug }}
6464 node-version : ${{ inputs.node-version }}
6868 working-directory : ${{ inputs.working-directory }}
6969
7070 - name : Install dependencies
71- uses : SocketDev/socket-registry/.github/actions/install@4a026eb6b788e74a9b1ad99514413bd7e023c191 # main
71+ uses : SocketDev/socket-registry/.github/actions/install@a06da741d0bbbf9266da980cabb5617fa8e9d66e # main
7272 with :
7373 working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments