diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1fed8f97132..253042f500153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -608,7 +608,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.1.1 with: python-version: ${{ matrix.PYTHON }} - uses: dtolnay/rust-toolchain@master