1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.10"
2626 name : Lint Commit Messages
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 - uses : wagoid/commitlint-github-action@v6
4444 - ubuntu-latest
4545 runs-on : ${{ matrix.os }}
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 - name : Set up Python
4949 uses : actions/setup-python@v6
5050 with :
7474 contents : write
7575
7676 steps :
77- - uses : actions/checkout@v5
77+ - uses : actions/checkout@v6
7878 with :
7979 fetch-depth : 0
8080
@@ -85,14 +85,14 @@ jobs:
8585 # - Create GitHub release
8686 - name : Python Semantic Release
8787 id : release
88- uses : python-semantic-release/python-semantic-release@v10.4.1
88+ uses : python-semantic-release/python-semantic-release@v10.5.2
8989 with :
9090 github_token : ${{ secrets.GITHUB_TOKEN }}
9191 - name : Upload package to PyPI
9292 uses : pypa/gh-action-pypi-publish@release/v1
9393 if : steps.release.outputs.released == 'true'
9494 - name : Upload Github Release Assets
95- uses : python-semantic-release/publish-action@v10.4.1
95+ uses : python-semantic-release/publish-action@v10.5.2
9696 if : steps.release.outputs.released == 'true'
9797 with :
9898 github_token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments