chore(deps): update kemitix/rust action to v1.80.1
Some checks failed
/ test (push) Failing after 1h19m10s
Some checks failed
/ test (push) Failing after 1h19m10s
This commit is contained in:
parent
2c02c6fdaf
commit
4290e2def0
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@v1.80.0
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
|
||||||
with:
|
with:
|
||||||
args: run
|
args: run
|
||||||
|
|
Loading…
Reference in a new issue