We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55458ff commit 961c406Copy full SHA for 961c406
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v3
30
with:
31
fetch-depth: 0
32
- - uses: wagoid/commitlint-github-action@v4.1.11
+ - uses: wagoid/commitlint-github-action@v5
33
34
test:
35
strategy:
@@ -102,7 +102,7 @@ jobs:
102
# - Create GitHub release
103
# - Publish to PyPI
104
- name: Python Semantic Release
105
- uses: relekang/python-semantic-release@v7.32.2
+ uses: relekang/python-semantic-release@v7.33.1
106
# env:
107
# REPOSITORY_URL: https://test.pypi.org/legacy/
108
# TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
0 commit comments