Skip to content

Commit

Permalink
chore(deps): update python-semantic-release/python-semantic-release a…
Browse files Browse the repository at this point in the history
…ction to v9.11.0
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 477e602 commit c2a6133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
poetry lock
poetry install
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@v9.9.0
uses: python-semantic-release/python-semantic-release@v9.11.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv --noop"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@v9.9.0
uses: python-semantic-release/python-semantic-release@v9.11.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c2a6133

Please sign in to comment.