File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/setup-and-install Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ inputs:
2929 node-version :
3030 description : ' Node.js version to use'
3131 required : false
32- default : ' 22 '
32+ default : ' 25.9.0 '
3333 pnpm-version :
3434 description : ' pnpm version'
3535 required : false
@@ -52,14 +52,14 @@ runs:
5252 steps :
5353 - name : Checkout
5454 if : inputs.checkout == 'true'
55- uses : SocketDev/socket-registry/.github/actions/checkout@a6d1015b4a5a1423c86280915fe458f45755e670 # main
55+ uses : SocketDev/socket-registry/.github/actions/checkout@ # 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@a6d1015b4a5a1423c86280915fe458f45755e670 # main
62+ uses : SocketDev/socket-registry/.github/actions/setup@ # 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@a6d1015b4a5a1423c86280915fe458f45755e670 # main
72+ uses : SocketDev/socket-registry/.github/actions/install@ # main
7373 with :
7474 working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments