File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3030
3131 - name : Cache pnpm store
32- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
32+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3333 with :
3434 path : |
3535 ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
23+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424
2525 - name : Setup Node.js and pnpm
2626 uses : ./.github/actions/setup-node-pnpm
3737
3838 - name : Upload build artifacts
3939 if : ${{ inputs.upload-artifacts }}
40- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
40+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4141 with :
4242 name : build-output-node-${{ matrix.node-version }}
4343 path : dist/
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout source files
16- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
1818 - name : Setup Node.js and pnpm
1919 uses : ./.github/actions/setup-node-pnpm
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
1818 - name : Setup Node.js and pnpm
1919 uses : ./.github/actions/setup-node-pnpm
You can’t perform that action at this time.
0 commit comments