Skip to content

Commit 675832a

Browse files
Bump hynek/build-and-inspect-python-package in the github-actions group (#181)
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.0 to 2.13.0 - [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.0...v2.13.0) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: 2.13.0 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 c6fc60c commit 675832a

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
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4.2.2
2020

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@v2.12.0
22+
uses: hynek/build-and-inspect-python-package@v2.13.0
2323

2424
deploy:
2525
needs: package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4.2.2
6868
- name: Build and Check Package
69-
uses: hynek/build-and-inspect-python-package@v2.12.0
69+
uses: hynek/build-and-inspect-python-package@v2.13.0
7070

7171
test:
7272
needs: [compile, package]

0 commit comments

Comments
 (0)