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