Skip to content

Commit 5a62291

Browse files
Bump hynek/build-and-inspect-python-package in the github-actions group (#642)
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.15 to 2.17 - [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.15...v2.17) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: '2.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 790f7e5 commit 5a62291

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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Build and Check Package
15-
uses: hynek/build-and-inspect-python-package@v2.15
15+
uses: hynek/build-and-inspect-python-package@v2.17
1616

1717
deploy:
1818
needs: [package]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Build and Check Package
21-
uses: hynek/build-and-inspect-python-package@v2.15
21+
uses: hynek/build-and-inspect-python-package@v2.17
2222

2323
test:
2424

0 commit comments

Comments
 (0)