diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5f3577f..8e1d21f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-python@v2 - uses: pre-commit/action@v2.0.3 @@ -41,7 +41,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@v2 @@ -126,7 +126,7 @@ jobs: exclude: - { os: windows-latest, tox_env: readme } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Python "3.10" @@ -151,7 +151,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