From b18e980417b9ee2158523e775aa1bd1e3d63eb18 Mon Sep 17 00:00:00 2001 From: Bitworks LLC Date: Wed, 15 Mar 2023 15:07:49 +0400 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6679264..92e2146 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: insight-platform/rust-action@1.67.1 + - uses: icepuma/rust-action@1.67.1 with: args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test