File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- uses : taiki-e/install-action@v2
25
25
with :
26
26
tool : cargo-audit
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Install Rust nightly
25
25
run : |
26
26
rustup toolchain install nightly --profile minimal --component rustfmt --allow-downgrade
35
35
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
- uses : taiki-e/install-action@v2
40
40
with :
41
41
tool : taplo-cli
Original file line number Diff line number Diff line change 57
57
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
- name : Install Rust
62
62
run : |
63
63
rustup toolchain install ${{ matrix.channel }} --profile minimal --component clippy --allow-downgrade
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Test Publish
25
25
run : cargo publish --dry-run
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- uses : taiki-e/install-action@v2
25
25
with :
26
26
tool : cargo-spellcheck
36
36
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
- uses : taiki-e/install-action@v2
41
41
with :
42
42
tool : typos-cli
Original file line number Diff line number Diff line change 54
54
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@v4
57
+ uses : actions/checkout@v5
58
58
- name : Install Rust
59
59
run : |
60
60
rustup toolchain install ${{ matrix.rust }} --profile minimal --allow-downgrade
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
steps :
118
118
- name : Checkout
119
- uses : actions/checkout@v4
119
+ uses : actions/checkout@v5
120
120
- name : Install Rust
121
121
run : |
122
122
rustup toolchain install ${{ matrix.rust }} --target thumbv6m-none-eabi --profile minimal --allow-downgrade
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
steps :
148
148
- name : Checkout
149
- uses : actions/checkout@v4
149
+ uses : actions/checkout@v5
150
150
- name : Install Rust
151
151
run : |
152
152
rustup toolchain install ${{ matrix.rust.version }} --profile minimal --allow-downgrade
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
- name : Install Rust
32
32
run : |
33
33
rustup toolchain install nightly --profile minimal --component miri,rust-src --allow-downgrade
You can’t perform that action at this time.
0 commit comments