Skip to content

Commit

Permalink
ci: lock PSR to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Jul 27, 2023
1 parent 3d62aa6 commit d2e53d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install library
run: poetry install --no-interaction
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@v7.34.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand Down

0 comments on commit d2e53d2

Please sign in to comment.