diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89fd1dca56..8280040a30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -387,7 +387,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ matrix.PYTHON }} - uses: dtolnay/rust-toolchain@master