From c3bccd075f24d8359c1e1bd6d836ef8cd088b84c Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 17 Oct 2024 10:55:56 +0300 Subject: [PATCH] Update CI to reduce warnings. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d0f94..fc5ebda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 - name: CLI - uses: GuillaumeFalourd/assert-command-line-output@v2 + uses: GuillaumeFalourd/assert-command-line-output@v2.4 with: command_line: cargo run -- p = 2\; p + 3 contains: 5