File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1010
1111 - name : Setup pnpm cache
12- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
12+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1313 with :
1414 path : ${{ env.PNPM_STORE_PATH }}
1515 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 44 using : composite
55 steps :
66 - name : Install Node
7- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
7+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
88 with :
99 node-version : 24
1010
1111 - name : Install pnpm
12- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
12+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
1313 with :
1414 version : 10
1515 run_install : false
You can’t perform that action at this time.
0 commit comments