chore(deps): update kemitix/rust action to v1 #4

Merged
kemitix merged 1 commit from renovate/kemitix-rust-1.x into main 2024-08-02 19:53:05 +01:00
Showing only changes of commit b51a3e44d0 - Show all commits

View file

@ -6,16 +6,16 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Test - name: Test
uses: https://git.kemitix.net/kemitix/rust@v0.3.1 uses: https://git.kemitix.net/kemitix/rust@v1.80.0
with: with:
args: test args: test
- name: Build - name: Build
uses: https://git.kemitix.net/kemitix/rust@v0.3.1 uses: https://git.kemitix.net/kemitix/rust@v1.80.0
with: with:
args: build args: build
- name: Run - name: Run
uses: https://git.kemitix.net/kemitix/rust@v0.3.1 uses: https://git.kemitix.net/kemitix/rust@v1.80.0
with: with:
args: run args: run