File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
7+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
88 with :
99 node-version : 24
1010
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 run : pnpm test:unit
111111
112112 - name : Upload coverage reports to Codecov
113- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
113+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
114114 with :
115115 token : ${{ secrets.CODECOV_TOKEN }}
116116
You can’t perform that action at this time.
0 commit comments