diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 535d4a72..a05cf846 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: name: Ubuntu 24.04 x86_64 runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -92,7 +92,7 @@ jobs: pypi_arch: manylinux2014_aarch64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -143,7 +143,7 @@ jobs: wheel_arch: 14_0_arm64 runs_on: macos-15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -203,7 +203,7 @@ jobs: wheel_arch: win_arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0