diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8582586..6fa6b9c 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@v6.0.0 + uses: actions/setup-python@v6.1.0 if: matrix.python-version != 'system' with: python-version: ${{ matrix.python-version }}