From 1195c90cae00a65f4967237db739113cc4cd32b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Sep 2024 05:32:09 +0000 Subject: [PATCH] chore(deps): update kemitix/rust action to v1.81.0 --- .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..3331562 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@v1.81.0 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@v1.81.0 with: args: cargo clippy - name: Build - uses: https://git.kemitix.net/kemitix/rust@v1.80.1 + uses: https://git.kemitix.net/kemitix/rust@v1.81.0 with: args: cargo build - name: Test - uses: https://git.kemitix.net/kemitix/rust@v1.80.1 + uses: https://git.kemitix.net/kemitix/rust@v1.81.0 with: args: cargo test --no-fail-fast