diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc6b70..982f749 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 if: matrix.python-version != 'system' with: python-version: ${{ matrix.python-version }}