chore(deps): update kemitix/rust action to v2 - autoclosed #163

Closed
renovate wants to merge 1 commit from renovate/kemitix-rust-2.x into dev

View file

@ -18,21 +18,21 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Format - name: Format
uses: https://git.kemitix.net/kemitix/rust@v1.81.0 uses: https://git.kemitix.net/kemitix/rust@v2.0.0
with: with:
args: cargo fmt --all -- --check args: cargo fmt --all -- --check
- name: Clippy - name: Clippy
uses: https://git.kemitix.net/kemitix/rust@v1.81.0 uses: https://git.kemitix.net/kemitix/rust@v2.0.0
with: with:
args: cargo hack --feature-powerset clippy args: cargo hack --feature-powerset clippy
- name: Build - name: Build
uses: https://git.kemitix.net/kemitix/rust@v1.81.0 uses: https://git.kemitix.net/kemitix/rust@v2.0.0
with: with:
args: cargo hack --feature-powerset build args: cargo hack --feature-powerset build
- name: Test - name: Test
uses: https://git.kemitix.net/kemitix/rust@v1.81.0 uses: https://git.kemitix.net/kemitix/rust@v2.0.0
with: with:
args: cargo hack --feature-powerset test args: cargo hack --feature-powerset test