diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d4d52eca..8bdc10095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python-version}} - name: Install dependencies