diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c47ee72..489276d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -100,7 +100,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup up python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - name: Apt update run: sudo apt update - name: Install test dependencies