File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v5
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.10"
2121 - uses : pre-commit/action@v3.0.1
4646 steps :
4747 - uses : actions/checkout@v5
4848 - name : Set up Python
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 - uses : snok/install-poetry@v1
@@ -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.3 .1
88+ uses : python-semantic-release/python-semantic-release@v10.4 .1
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.3 .1
95+ uses : python-semantic-release/publish-action@v10.4 .1
9696 if : steps.release.outputs.released == 'true'
9797 with :
9898 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.12
1919 - name : Install labels
You can’t perform that action at this time.
0 commit comments