From a695f20241f36e0c9911bf71d38896a6b26396a9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 11 Jan 2025 17:10:52 +0000 Subject: [PATCH] chore(build): bump rust action to v2.6.0-rc-1 --- .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..7a3acfc 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-rc1 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-rc1 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-rc1 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-rc1 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-rc1 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-rc1 with: args: ${{ matrix.toolchain.name }} cargo run