From f1f8e199520b370d22c3985bab36e292147ab543 Mon Sep 17 00:00:00 2001 From: ramn Date: Fri, 15 Mar 2024 19:26:35 +0100 Subject: [PATCH] chore: replace the rust builder action as the old one stopped working --- .github/workflows/quickstart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quickstart.yml b/.github/workflows/quickstart.yml index d627fe4..feb2f77 100644 --- a/.github/workflows/quickstart.yml +++ b/.github/workflows/quickstart.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: icepuma/rust-action@master + - uses: rust-build/rust-build.action@v1.4.5 with: args: cargo fmt -- --check && ./clippy.sh && cargo test --locked