diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d8d520..3736543 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.13' - name: Checkout Current Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52565d1..8ea4dd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Current Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true # non-shallow checkout needed for setuptools_scm @@ -71,7 +71,7 @@ jobs: tag: manylinux steps: - name: Checkout Current Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true # non-shallow checkout needed for setuptools_scm @@ -79,7 +79,7 @@ jobs: persist-credentials: false - name: Build wheels - uses: pypa/cibuildwheel@v4.0.0 + uses: pypa/cibuildwheel@v4.1.0 with: output-dir: dist # see options at https://cibuildwheel.pypa.io/en/stable/options/