File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
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.9"
2121 - uses : pre-commit/action@v3.0.1
4747 steps :
4848 - uses : actions/checkout@v5
4949 - name : Set up Python
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353 - uses : snok/install-poetry@v1
@@ -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.3 .1
89+ uses : python-semantic-release/python-semantic-release@v10.4 .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.3 .1
96+ uses : python-semantic-release/publish-action@v10.4 .1
9797 if : steps.release.outputs.released == 'true'
9898 with :
9999 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : browniebroke/hacktoberfest-labeler-action@v2.3 .0
15+ - uses : browniebroke/hacktoberfest-labeler-action@v2.4 .0
1616 with :
1717 github_token : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change 1818 issue-manager :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : tiangolo/issue-manager@0.5.1
21+ - uses : tiangolo/issue-manager@0.6.0
2222 with :
2323 token : ${{ secrets.GITHUB_TOKEN }}
2424 config : >
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.8
1919 - name : Install labels
You can’t perform that action at this time.
0 commit comments