diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0a637b..9fbd17b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 if: matrix.python-version != 'system' with: python-version: ${{ matrix.python-version }}