File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515
1616 - name : Install pnpm
17- uses : pnpm/action-setup@v3
17+ uses : pnpm/action-setup@v4
1818 with :
1919 version : 8
2020
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616
1717 - name : Install pnpm
18- uses : pnpm/action-setup@v3
18+ uses : pnpm/action-setup@v4
1919 with :
2020 version : 8
2121
Original file line number Diff line number Diff line change 2424 TAG_NAME : v${{ steps.version-metadata.outputs.newVersion }}
2525 - name : Create release
2626 if : steps.version-metadata.outputs.changed == 'true'
27- uses : softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
27+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
2828 with :
2929 generate_release_notes : true
3030 tag_name : v${{ steps.version-metadata.outputs.newVersion }}
You can’t perform that action at this time.
0 commit comments