From 3667fa5ac110431bf78e92222053d31a8558de14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Sep 2024 10:48:24 +0000 Subject: [PATCH] chore(deps): update kemitix/rust action to v2 --- .forgejo/workflows/push-next.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 4e52cca..1f27598 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Format - uses: https://git.kemitix.net/kemitix/rust@v1.80.1 + uses: https://git.kemitix.net/kemitix/rust@v2.0.4 with: args: cargo fmt --all -- --check @@ -26,17 +26,17 @@ jobs: # uses: https://github.com/bnjbvr/cargo-machete@v0.6.2 - name: Clippy - uses: https://git.kemitix.net/kemitix/rust@v1.80.1 + uses: https://git.kemitix.net/kemitix/rust@v2.0.4 with: args: cargo clippy - name: Build - uses: https://git.kemitix.net/kemitix/rust@v1.80.1 + uses: https://git.kemitix.net/kemitix/rust@v2.0.4 with: args: cargo build - name: Test - uses: https://git.kemitix.net/kemitix/rust@v1.80.1 + uses: https://git.kemitix.net/kemitix/rust@v2.0.4 with: args: cargo test --no-fail-fast -- 2.45.2