We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7066417 + e25428d commit 5fda9f5Copy full SHA for 5fda9f5
.github/workflows/rust-clippy.yml
@@ -32,7 +32,7 @@ jobs:
32
actions: read
33
steps:
34
- name: Checkout code
35
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
36
37
- name: Install Rust toolchain
38
# @v1
.github/workflows/rust-coverage.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
CARGO_TERM_COLOR: always
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Install Rust
21
run: rustup update stable
22
- name: Install cargo-llvm-cov
.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
23
24
25
26
- name: Build
27
run: cargo build --verbose
28
- name: Run tests
0 commit comments