diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2800e5494..0516ad7a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - manylinux_2_28_aarch64 pyver: ['cp310-cp310', 'cp311-cp311', 'cp312-cp312'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive - name: Set up QEMU @@ -59,7 +59,7 @@ jobs: matrix: python_version: ['3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive - name: Set up Python ${{ matrix.python_version }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35f387134..20da9628d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - os: windows-latest python-version: '3.11' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Install Python @@ -61,7 +61,7 @@ jobs: os: [ubuntu-22.04] python-version: ['3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Install Python