We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f83fbe commit b68b896Copy full SHA for b68b896
1 file changed
.github/workflows/main.yaml
@@ -29,7 +29,7 @@ jobs:
29
os: ubuntu-24.04
30
rust: nightly
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
33
- name: Install Rust
34
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
35
- name: Build and run tests
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-24.04
41
timeout-minutes: 10
42
43
44
45
run: rustup update stable && rustup default stable && rustup component add rustfmt
46
- run: cargo fmt --check
0 commit comments