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.
1 parent 2dbe874 commit 1864f39Copy full SHA for 1864f39
.github/workflows/rust.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: Build
17
run: cargo build
18
- name: Run tests
@@ -26,6 +26,6 @@ jobs:
26
format:
27
28
29
30
- name: Format Rust code
31
run: cargo fmt --all -- --check
0 commit comments