There was an error while loading. Please reload this page.
1 parent 8ebd9e5 commit 31b2e25Copy full SHA for 31b2e25
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
toolchain: ${{ matrix.rust }}
28
- name: Checkout
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
30
- uses: Swatinem/rust-cache@v2
31
- name: Test
32
run: cargo test --all-features
@@ -40,7 +40,7 @@ jobs:
40
41
components: rustfmt, clippy
42
43
44
- name: Lint check
45
run: cargo lint
46
- name: Format check
0 commit comments