diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4f7ce45d2..f8025ca35 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -40,7 +40,7 @@ jobs: python-version: "3.10" - name: Install tox run: python -m pip install tox - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup python for test ${{ matrix.py }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/setup-python@v4 @@ -125,7 +125,7 @@ jobs: exclude: - { os: windows-2022, tox_env: readme } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Python "3.10" @@ -150,7 +150,7 @@ jobs: python-version: "3.10" - name: Install build run: python -m pip install build - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Build sdist and wheel