Skip to content

Commit 4e80019

Browse files
authored
Merge pull request #14494 from pytest-dev/dependabot/github_actions/hynek/build-and-inspect-python-package-2.18.0
build(deps): Bump hynek/build-and-inspect-python-package from 2.17.0 to 2.18.0
2 parents 404ab36 + 1d878d3 commit 4e80019

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
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Build and Check Package
34-
uses: hynek/build-and-inspect-python-package@fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e
34+
uses: hynek/build-and-inspect-python-package@d44ca7d91762de7a7d5436ddae667c6da6d1c3df
3535
with:
3636
attest-build-provenance-github: 'true'
3737

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343
persist-credentials: false
4444
- name: Build and Check Package
45-
uses: hynek/build-and-inspect-python-package@fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e
45+
uses: hynek/build-and-inspect-python-package@d44ca7d91762de7a7d5436ddae667c6da6d1c3df
4646

4747
build:
4848
needs: [package]

0 commit comments

Comments
 (0)