diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2788b770b..27a652a223 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.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.PYTHON }} - uses: dtolnay/rust-toolchain@master