Skip to content

Commit 6cb603c

Browse files
Bump hynek/build-and-inspect-python-package in the github-actions group (#509)
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 4d0321f commit 6cb603c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.12.0
26+
uses: hynek/build-and-inspect-python-package@v2.13.0
2727
with:
2828
attest-build-provenance-github: 'true'
2929

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.12.0
26+
uses: hynek/build-and-inspect-python-package@v2.13.0
2727
with:
2828
# Disabling because this is failing currently, see #466.
2929
attest-build-provenance-github: 'false'

0 commit comments

Comments
 (0)