diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 575e8b12..bfdbdecd 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -41,7 +41,7 @@ jobs: - [windows-latest, AMD64, win_amd64, 0.0] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # need git tags available for setuptools_scm to grab tags with: fetch-depth: 0 diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0af2d23f..e422de49 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -42,7 +42,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/github-script@v9 with: