From 2118c0579444a514b69bcebab08755eeaf6765af Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 11 Jan 2025 19:15:19 +0000 Subject: [PATCH] chore(build): bump rust action to v2.6.0-rc-2 --- .forgejo/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index d459ae6..aab015a 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -16,31 +16,31 @@ jobs: - uses: actions/checkout@v4 - name: Machete - uses: https://git.kemitix.net/kemitix/rust@v2.5.1 + uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc2 with: args: cargo machete - name: Format - uses: https://git.kemitix.net/kemitix/rust@v2.5.1 + uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc2 with: args: ${{ matrix.toolchain.name }} cargo fmt --check - name: Clippy - uses: https://git.kemitix.net/kemitix/rust@v2.5.1 + uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc2 with: args: ${{ matrix.toolchain.name }} cargo clippy - name: Test - uses: https://git.kemitix.net/kemitix/rust@v2.5.1 + uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc2 with: args: ${{ matrix.toolchain.name }} cargo test - name: Build - uses: https://git.kemitix.net/kemitix/rust@v2.5.1 + uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc2 with: args: ${{ matrix.toolchain.name }} cargo build - name: Run - uses: https://git.kemitix.net/kemitix/rust@v2.5.1 + uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc2 with: args: ${{ matrix.toolchain.name }} cargo run