File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - uses : pnpm/action-setup@v4
1414 - name : Check if version already exists
1515 id : version-check
3030 env :
3131 GH_TOKEN : ${{ secrets.GH_TOKEN }}
3232 - name : Create Github Release
33- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
33+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b
3434 if : ${{ steps.version-check.outputs.skipped == 'false' }}
3535 with :
3636 name : ${{ steps.version-check.outputs.tag }}
Original file line number Diff line number Diff line change 1111 contents : read
1212 id-token : write
1313 steps :
14- - uses : actions/checkout@v4
15- - uses : actions/setup-node@v4
14+ - uses : actions/checkout@v6
15+ - uses : actions/setup-node@v6
1616 with :
1717 node-version : ' 24'
1818 registry-url : ' https://registry.npmjs.org'
2727 shell : bash
2828 run : |
2929 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
30- - uses : actions/cache@v4
30+ - uses : actions/cache@v5
3131 name : Setup pnpm cache
3232 with :
3333 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4141 - run : pnpm run postpack
4242 - run : pnpm run pack:tarballs
4343 - name : Upload tarballs to release
44- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
44+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b
4545 with :
4646 artifacts : " dist/*.tar*"
4747 allowUpdates : true
Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : pnpm/action-setup@v4
1818 - run : pnpm install
1919 - run : pnpm run build
You can’t perform that action at this time.
0 commit comments