File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
13
13
14
14
jobs :
15
15
docs :
16
- uses : darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
16
+ uses : darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@91dda16028f109ac78016dd740206fd109740068
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
14
14
lint :
15
15
needs : pre-commit
16
- uses : darbiadev/.github/.github/workflows/rust-lint.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
16
+ uses : darbiadev/.github/.github/workflows/rust-lint.yaml@91dda16028f109ac78016dd740206fd109740068
17
17
18
18
clippy :
19
19
needs : lint
20
- uses : darbiadev/.github/.github/workflows/rust-clippy.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
20
+ uses : darbiadev/.github/.github/workflows/rust-clippy.yaml@91dda16028f109ac78016dd740206fd109740068
21
21
22
22
test :
23
23
needs : clippy
37
37
target : " x86_64-pc-windows-msvc" ,
38
38
}
39
39
40
- uses : darbiadev/.github/.github/workflows/rust-test.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
40
+ uses : darbiadev/.github/.github/workflows/rust-test.yaml@91dda16028f109ac78016dd740206fd109740068
41
41
with :
42
42
os : ${{ matrix.triple.os }}
43
43
target : ${{ matrix.triple.target }}
You can’t perform that action at this time.
0 commit comments