diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index cb36b64..14fc6be 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v6 - name: Set Up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}