File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16- - uses : TriPSs/conventional-changelog-action@67139193614f5b9e8db87da1bd4240922b34d765 # v6
15+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+ - uses : TriPSs/conventional-changelog-action@84dadaf2c367cb52af02737cd9c7e888807219e7 # v6
1717 id : changelog
1818 with :
1919 github-token : ${{ github.token }}
2020 release-count : 0
21- - uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
21+ - uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
2222 if : ${{ steps.changelog.outputs.skipped == 'false' }}
2323 with :
2424 tag_name : ${{ steps.changelog.outputs.tag }}
You can’t perform that action at this time.
0 commit comments