From cb915104cbb2f2f5d33f443441108a590f53f4bd Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 11 Jan 2025 20:18:43 +0000 Subject: [PATCH] build: bump rust action to 2.6.0-rc3 --- .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 3058125..590229b 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-rc3 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-rc3 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-rc3 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-rc3 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-rc3 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-rc3 with: args: ${{ matrix.toolchain.name }} cargo run