diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 56d58396..fb1e4bcf 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -25,7 +25,7 @@ jobs: echo "matched=$matched" >> $GITHUB_OUTPUT - name: Backport Action if: fromJSON(steps.check_labels.outputs.matched) > 0 - uses: sorenlouv/backport-github-action@v10.2.0 + uses: sorenlouv/backport-github-action@v11.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} auto_backport_label_prefix: backport-to- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 068bf75c..f5292d90 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -81,7 +81,7 @@ jobs: path: | build/coverage/ build/coverage*.info - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} gcov_ignore: pythoncapi_compat.h diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 34b77468..e7991db1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: pattern: python-gmp-* path: dist/ merge-multiple: true - - uses: sigstore/gh-action-sigstore-python@v3.2.0 + - uses: sigstore/gh-action-sigstore-python@v3.3.0 with: inputs: >- ./dist/*.tar.gz diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8fcad264..d2966145 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,7 +42,7 @@ jobs: - run: echo "PKG_CONFIG_PATH=${{ github.workspace }}/.local/lib/pkgconfig" >> $env:GITHUB_ENV if: ${{ startsWith(matrix.os, 'windows') }} - name: Build wheels - uses: pypa/cibuildwheel@v3.3.1 + uses: pypa/cibuildwheel@v3.4.0 - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }}