diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a26af10c2..814235678 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: name: Lint runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.x" @@ -98,7 +98,7 @@ jobs: use_qemu: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU) with: fetch-depth: 0 # required for versioneer to find tags @@ -131,7 +131,7 @@ jobs: - arch: "i686" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # required for versioneer to find tags @@ -152,7 +152,7 @@ jobs: needs: [lint] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # required for versioneer to find tags @@ -174,7 +174,7 @@ jobs: python: ["2.7", "3.6", "3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 if: matrix.python != '2.7' name: Install Python ${{ matrix.python }}