From 8b173011c85c32e3aca1a0792255db8cf44e72c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Sep 2024 09:01:18 +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 74c280e..9d2db11 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -18,21 +18,21 @@ jobs: uses: actions/checkout@v4 - name: Format - uses: https://git.kemitix.net/kemitix/rust@v1.81.0 + uses: https://git.kemitix.net/kemitix/rust@v2.0.0 with: args: cargo fmt --all -- --check - name: Clippy - uses: https://git.kemitix.net/kemitix/rust@v1.81.0 + uses: https://git.kemitix.net/kemitix/rust@v2.0.0 with: args: cargo hack --feature-powerset clippy - name: Build - uses: https://git.kemitix.net/kemitix/rust@v1.81.0 + uses: https://git.kemitix.net/kemitix/rust@v2.0.0 with: args: cargo hack --feature-powerset build - name: Test - uses: https://git.kemitix.net/kemitix/rust@v1.81.0 + uses: https://git.kemitix.net/kemitix/rust@v2.0.0 with: args: cargo hack --feature-powerset test -- 2.45.2