From 866833667aa6c4ee467a34e731d8ba49c7223216 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Jun 2024 18:45:31 +0000 Subject: [PATCH] chore(deps): update kemitix/rust action to v0.3.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 4f89f11..2fb8e91 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@v0.2.7 + uses: https://git.kemitix.net/kemitix/rust@v0.3.0 with: args: fmt --all -- --check - name: Clippy - uses: https://git.kemitix.net/kemitix/rust@v0.2.7 + uses: https://git.kemitix.net/kemitix/rust@v0.3.0 with: args: clippy -- -D warnings - name: Build - uses: https://git.kemitix.net/kemitix/rust@v0.2.7 + uses: https://git.kemitix.net/kemitix/rust@v0.3.0 with: args: build - name: Test - uses: https://git.kemitix.net/kemitix/rust@v0.2.7 + uses: https://git.kemitix.net/kemitix/rust@v0.3.0 with: args: test -- 2.45.2