Skip to content

Commit d07b406

Browse files
Bump hynek/build-and-inspect-python-package in the github-actions group
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](hynek/build-and-inspect-python-package@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] <[email protected]>
1 parent 947e5b8 commit d07b406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Build and Check Package
20-
uses: hynek/build-and-inspect-python-package@v2.12
20+
uses: hynek/build-and-inspect-python-package@v2.13
2121

2222
deploy:
2323
needs: package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Build and Check Package
27-
uses: hynek/build-and-inspect-python-package@v2.12
27+
uses: hynek/build-and-inspect-python-package@v2.13
2828

2929
test:
3030
needs: [package]

0 commit comments

Comments
 (0)