diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54bb41e..3b9a419 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6.0.0 if: matrix.python-version != 'system' with: python-version: ${{ matrix.python-version }}