From 003cdd6f597d3525e5f1121a3f1656df3d15d54a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Sep 2024 21:47:31 +0000 Subject: [PATCH] chore(deps): update kemitix/rust action to v2.3.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 0b8672a..0b886ec 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.2.0 + uses: https://git.kemitix.net/kemitix/rust@v2.3.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.2.0 + uses: https://git.kemitix.net/kemitix/rust@v2.3.0 with: args: ${{ matrix.toolchain.name }} cargo clippy - name: Build - uses: https://git.kemitix.net/kemitix/rust@v2.2.0 + uses: https://git.kemitix.net/kemitix/rust@v2.3.0 with: args: ${{ matrix.toolchain.name }} cargo build - name: Test - uses: https://git.kemitix.net/kemitix/rust@v2.2.0 + uses: https://git.kemitix.net/kemitix/rust@v2.3.0 with: args: ${{ matrix.toolchain.name }} cargo test --no-fail-fast - name: Integration - uses: https://git.kemitix.net/kemitix/rust@v2.2.0 + uses: https://git.kemitix.net/kemitix/rust@v2.3.0 with: args: ./test.sh