diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95713e4e7..26d77ffd0 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.0.2 + uses: hynek/build-and-inspect-python-package@v2.2.1 deploy: if: github.repository == 'pytest-dev/pytest' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00d6c608a..6868c21c5 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.0.2 + uses: hynek/build-and-inspect-python-package@v2.2.1 build: needs: [package]