From a75b0dcb6fd045f694f7e2292ac6941ac919ce8d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 6 Sep 2023 17:20:19 +0400 Subject: CI: Switch rustfmt to checkout v4 too Forgot about this. But might as well test rust cache performance. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65612e05..931c3618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,9 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + show-progress: false - name: Install Rust run: | -- cgit