Skip to content

Commit 103ee76

Browse files
Bump hynek/build-and-inspect-python-package in the github-actions group (#584)
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.10 to 2.11 - [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.10...v2.11) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2eda62b commit 103ee76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Build and Check Package
15-
uses: hynek/build-and-inspect-python-package@v2.10
15+
uses: hynek/build-and-inspect-python-package@v2.11
1616

1717
deploy:
1818
needs: [package]

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Build and Check Package
21-
uses: hynek/build-and-inspect-python-package@v2.10
21+
uses: hynek/build-and-inspect-python-package@v2.11
2222

2323
test:
2424

0 commit comments

Comments
 (0)