Skip to content

Commit e668f8b

Browse files
authored
Merge pull request #567 from pytest-dev/dependabot/github_actions/github-actions-0cdaf377c0
Bump hynek/build-and-inspect-python-package from 2.14.0 to 2.15.0 in the github-actions group
2 parents 3ae9989 + 40bd13c commit e668f8b

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@v6
2424

2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.14.0
26+
uses: hynek/build-and-inspect-python-package@v2.15.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@v6
2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.14.0
26+
uses: hynek/build-and-inspect-python-package@v2.15.0
2727
with:
2828
# Disabling because this is failing currently, see #466.
2929
attest-build-provenance-github: 'false'

0 commit comments

Comments
 (0)