diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4757e4..d7c7065 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.13.0 + uses: hynek/build-and-inspect-python-package@v2.14.0 with: attest-build-provenance-github: 'true' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46a5d5b..17f4a8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.13.0 + uses: hynek/build-and-inspect-python-package@v2.14.0 with: # Disabling because this is failing currently, see #466. attest-build-provenance-github: 'false'