Skip to content

Commit

Permalink
gh-actions(deps): bump python-semantic-release/python-semantic-releas…
Browse files Browse the repository at this point in the history
…e from 9.6.0 to 9.7.2 in the gh-actions-dependencies group (#213)

* gh-actions(deps): bump python-semantic-release/python-semantic-release

Bumps the gh-actions-dependencies group with 1 update: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `python-semantic-release/python-semantic-release` from 9.6.0 to 9.7.2
- [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@v9.6.0...v9.7.2)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicholas Felt <nicholas.felt@tektronix.com>
  • Loading branch information
dependabot[bot] and nfelt14 authored May 13, 2024
1 parent 502d190 commit ca71fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
python scripts/check_unreleased_changelog_items.py
git config --global tag.gpgSign true
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@v9.6.0
uses: python-semantic-release/python-semantic-release@v9.7.2
id: release
with:
force: ${{ inputs.release_level }}
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ repos:
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows
args: [--verbose]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.25.0
hooks:
Expand Down

0 comments on commit ca71fe3

Please sign in to comment.