Skip to content

Commit d2f8d04

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 5eaa7c8 commit d2f8d04

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@v4
1414
- name: Build and Check Package
15-
uses: hynek/build-and-inspect-python-package@v2.12
15+
uses: hynek/build-and-inspect-python-package@v2.13
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@v4
2020
- name: Build and Check Package
21-
uses: hynek/build-and-inspect-python-package@v2.12
21+
uses: hynek/build-and-inspect-python-package@v2.13
2222

2323
test:
2424

0 commit comments

Comments
 (0)