From 80af909ab0794f7a4e5d8d012827d900041be4ec Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 8 Sep 2024 12:07:18 +0100 Subject: [PATCH] build(push-next): use rust image v1.81.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 8d8b95b..74c280e 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@v1.80.1-1 + uses: https://git.kemitix.net/kemitix/rust@v1.81.0 with: args: cargo fmt --all -- --check - name: Clippy - uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1 + uses: https://git.kemitix.net/kemitix/rust@v1.81.0 with: args: cargo hack --feature-powerset clippy - name: Build - uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1 + uses: https://git.kemitix.net/kemitix/rust@v1.81.0 with: args: cargo hack --feature-powerset build - name: Test - uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1 + uses: https://git.kemitix.net/kemitix/rust@v1.81.0 with: args: cargo hack --feature-powerset test