diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b3b4b84a3..46551eae46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.1.1 with: python-version: ${{ matrix.python-version }} @@ -151,7 +151,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ env.min_python_version }} - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.1.1 with: # Use minimum version of python for coverage to avoid phantom branches # https://github.com/nedbat/coveragepy/issues/1572#issuecomment-1522546425 @@ -309,7 +309,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.setup-python with: # We're not using Python 3.11 yet, because: