mirror of https://github.com/pytest-dev/pytest.git
Merge pull request #13063 from pytest-dev/dependabot/github_actions/hynek/build-and-inspect-python-package-2.11.0
build(deps): Bump hynek/build-and-inspect-python-package from 2.10.0 to 2.11.0
This commit is contained in:
commit
491cb6274a
|
@ -31,7 +31,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Build and Check Package
|
||||
uses: hynek/build-and-inspect-python-package@v2.10.0
|
||||
uses: hynek/build-and-inspect-python-package@v2.11.0
|
||||
with:
|
||||
attest-build-provenance-github: 'true'
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
- name: Build and Check Package
|
||||
uses: hynek/build-and-inspect-python-package@v2.10.0
|
||||
uses: hynek/build-and-inspect-python-package@v2.11.0
|
||||
|
||||
build:
|
||||
needs: [package]
|
||||
|
|
Loading…
Reference in New Issue