From 242a2730ebc54838f219caf307595b875158aab0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Sep 2024 08:32:37 +0000 Subject: [PATCH] chore(deps): update kemitix/rust action to v2.2.0 --- .forgejo/workflows/push-next.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index e169f73..0b8672a 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Format - uses: https://git.kemitix.net/kemitix/rust@v2.1.0 + uses: https://git.kemitix.net/kemitix/rust@v2.2.0 with: args: ${{ matrix.toolchain.name }} cargo fmt --all -- --check @@ -32,21 +32,21 @@ jobs: # uses: https://github.com/bnjbvr/cargo-machete@v0.6.2 - name: Clippy - uses: https://git.kemitix.net/kemitix/rust@v2.1.0 + uses: https://git.kemitix.net/kemitix/rust@v2.2.0 with: args: ${{ matrix.toolchain.name }} cargo clippy - name: Build - uses: https://git.kemitix.net/kemitix/rust@v2.1.0 + uses: https://git.kemitix.net/kemitix/rust@v2.2.0 with: args: ${{ matrix.toolchain.name }} cargo build - name: Test - uses: https://git.kemitix.net/kemitix/rust@v2.1.0 + uses: https://git.kemitix.net/kemitix/rust@v2.2.0 with: args: ${{ matrix.toolchain.name }} cargo test --no-fail-fast - name: Integration - uses: https://git.kemitix.net/kemitix/rust@v2.1.0 + uses: https://git.kemitix.net/kemitix/rust@v2.2.0 with: args: ./test.sh