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 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Set up Rust
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
- name : Run audit
30
30
uses : actions-rust-lang/audit@v1
Original file line number Diff line number Diff line change 20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
submodules : true
26
26
- uses : actions-rs/toolchain@v1
@@ -111,7 +111,7 @@ jobs:
111
111
version : 0.31.5
112
112
use-tool-cache : true
113
113
- name : Checkout
114
- uses : actions/checkout@v4
114
+ uses : actions/checkout@v5
115
115
- name : Test
116
116
run : |
117
117
cargo test --all-features
@@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- name : Set up Rust
135
135
uses : hecrj/setup-rust-action@v2
136
- - uses : actions/checkout@v4
136
+ - uses : actions/checkout@v5
137
137
- name : Publish
138
138
shell : bash
139
139
run : |
You can’t perform that action at this time.
0 commit comments