diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26d77ffd05..cc0e6331d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.2.1 + uses: hynek/build-and-inspect-python-package@v2.4.0 deploy: if: github.repository == 'pytest-dev/pytest' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6868c21c51..4434740675 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.2.1 + uses: hynek/build-and-inspect-python-package@v2.4.0 build: needs: [package]