1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : " 3.9"
2626 name : Lint Commit Messages
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232 - uses : wagoid/commitlint-github-action@v6
4545 - ubuntu-latest
4646 runs-on : ${{ matrix.os }}
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - name : Set up Python
5050 uses : actions/setup-python@v5
5151 with :
7575 contents : write
7676
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 with :
8080 fetch-depth : 0
8181
@@ -86,14 +86,14 @@ jobs:
8686 # - Create GitHub release
8787 - name : Python Semantic Release
8888 id : release
89- uses : python-semantic-release/python-semantic-release@v10.0.2
89+ uses : python-semantic-release/python-semantic-release@v10.3.1
9090 with :
9191 github_token : ${{ secrets.GITHUB_TOKEN }}
9292 - name : Upload package to PyPI
9393 uses : pypa/gh-action-pypi-publish@release/v1
9494 if : steps.release.outputs.released == 'true'
9595 - name : Upload Github Release Assets
96- uses : python-semantic-release/publish-action@v10.0.2
96+ uses : python-semantic-release/publish-action@v10.3.1
9797 if : steps.release.outputs.released == 'true'
9898 with :
9999 github_token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments