diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f213dfe..93d6e65 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -49,7 +49,7 @@ jobs: - name: recovery tag information run: git fetch --tags --force - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_LATEST_VERSION }} cache: 'pip'