build(deps): bump hynek/build-and-inspect-python-package
Bumps the github-actions group with 1 update: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package). Updates `hynek/build-and-inspect-python-package` from 2.12 to 2.13 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/build-and-inspect-python-package/compare/v2.12...v2.13) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: '2.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ebfcb99072
commit
d42b9c7204
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build and Check Package
|
||||
uses: hynek/build-and-inspect-python-package@v2.12
|
||||
uses: hynek/build-and-inspect-python-package@v2.13
|
||||
|
||||
deploy:
|
||||
needs: package
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build and Check Package
|
||||
uses: hynek/build-and-inspect-python-package@v2.12
|
||||
uses: hynek/build-and-inspect-python-package@v2.13
|
||||
|
||||
test:
|
||||
|
||||
|
|
Loading…
Reference in New Issue