diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed8b8f4..c228bb4 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.3.0 + uses: actions/setup-python@v5.4.0 if: matrix.python-version != 'system' with: python-version: ${{ matrix.python-version }}