File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ jobs:
1818 if : github.repository_owner == 'justtrackio'
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 with :
2323 persist-credentials : false
24- fetch-depth : 0
24+ fetch-depth : ' 0 '
2525
2626 - name : Release
2727 uses : cycjimmy/semantic-release-action@v4
2828 with :
29- semantic_version : 19.0.5
29+ semantic_version : ' 21.1.1 '
3030 extra_plugins : |
3131 @semantic-release/changelog
3232 @semantic-release/git
33- conventional-changelog-conventionalcommits
33+ conventional-changelog-conventionalcommits@6.1.0
3434 branches : |
3535 [
3636 '+([0-9])?(.{+([0-9]),x}).x',
3737 'main'
3838 ]
3939 env :
40- GITHUB_TOKEN : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
40+ GITHUB_TOKEN : ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN_2023 }}
You can’t perform that action at this time.
0 commit comments