diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf47dab8bb131..51846623f6403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -397,7 +397,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.4.0 with: python-version: ${{ matrix.PYTHON }} - uses: actions-rs/toolchain@v1