diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02a770b..04576d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,9 @@ jobs: fail-fast: false name: tests steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Python 3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies