chore: bump python-semantic-release to fix CI (#196)

This commit is contained in:
J. Nick Koston 2023-02-13 18:26:15 -06:00 committed by GitHub
parent 72ddb156f0
commit 6387f821e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4.1.11
- uses: wagoid/commitlint-github-action@v5
test:
strategy:
@ -95,7 +95,7 @@ jobs:
# - Create GitHub release
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.31.4
uses: relekang/python-semantic-release@v7.33.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}