diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a91e7f..c65b16a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,12 +25,11 @@ jobs: python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9', '3.10' ] name: Tests (Python ${{ matrix.python-version }}) steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - architecture: x64 - name: Install Pytest run: | pip install --upgrade pip @@ -41,4 +40,4 @@ jobs: run: | cd tests ./run_tests.sh - shell: bash \ No newline at end of file + shell: bash