File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Checkout code
2020 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121 - name : Install Pnpm
22- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
22+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
2323 with :
2424 version : 9
2525 run_install : false
3838 - name : Checkout code
3939 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040 - name : Install Pnpm
41- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
41+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
4242 with :
4343 version : 9
4444 run_install : false
Original file line number Diff line number Diff line change 1414 key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
1515 restore-keys : |
1616 ${{ runner.os }}-
17- - uses : pnpm/action-setup@v4.1 .0
17+ - uses : pnpm/action-setup@v4.2 .0
1818 with :
1919 version : latest
2020 run_install : true
You can’t perform that action at this time.
0 commit comments