chore(deps): update kemitix/rust action to v1 #4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue