File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed
Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
23- - uses : wagoid/commitlint-github-action@v6.2.0
23+ - uses : wagoid/commitlint-github-action@v6.2.1
2424 lint :
2525 runs-on : ubuntu-latest
2626 steps :
@@ -75,19 +75,19 @@ jobs:
7575 persist-credentials : false
7676 - name : Python Semantic Release
7777 id : release
78- uses : python-semantic-release/python-semantic-release@v9.14 .0
78+ uses : python-semantic-release/python-semantic-release@v9.17 .0
7979 with :
8080 github_token : ${{ secrets.GH_TOKEN }}
8181
8282 - name : Publish package distributions to PyPI
83- uses : pypa/gh-action-pypi-publish@v1.12.3
83+ uses : pypa/gh-action-pypi-publish@v1.12.4
8484
8585 # NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
8686 # See https://github.com/actions/runner/issues/1173
8787 if : steps.release.outputs.released == 'true'
8888
8989 - name : Publish package distributions to GitHub Releases
90- uses : python-semantic-release/upload-to-gh-release@v8.7.0
90+ uses : python-semantic-release/upload-to-gh-release@v9.8.9
9191 if : steps.release.outputs.released == 'true'
9292 with :
9393 github_token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments