Skip to content

Commit

Permalink
chore(deps): bump python-semantic-release/python-semantic-release
Browse files Browse the repository at this point in the history
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 7.34.6 to 8.0.4.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v7.34.6...v8.0.4)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 139216c commit e0f11b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
fetch-depth: 0
- name: Python Semantic Release Noop
uses: python-semantic-release/python-semantic-release@v7.34.6
uses: python-semantic-release/python-semantic-release@v8.0.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand All @@ -85,7 +85,7 @@ jobs:
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@v7.34.6
uses: python-semantic-release/python-semantic-release@v8.0.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand Down

0 comments on commit e0f11b1

Please sign in to comment.