File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 os : [ubuntu-latest]
2222 rust : [nightly, beta, stable]
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 - name : Install Rust
2626 run : rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
2727 - run : rustup target add thumbv7m-none-eabi
@@ -47,31 +47,31 @@ jobs:
4747 # Rust version in Cargo.toml and .clippy.toml.
4848 rust : ['1.39']
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v3
5151 - name : Install Rust
5252 run : rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
5353 - run : cargo build
5454
5555 clippy :
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v2
58+ - uses : actions/checkout@v3
5959 - name : Install Rust
6060 run : rustup update stable
6161 - run : cargo clippy --all-features
6262
6363 fmt :
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/checkout@v2
66+ - uses : actions/checkout@v3
6767 - name : Install Rust
6868 run : rustup update stable
6969 - run : cargo fmt --all -- --check
7070
7171 security_audit :
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@v2
74+ - uses : actions/checkout@v3
7575 - uses : actions-rs/audit-check@v1
7676 with :
7777 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 if : github.repository_owner == 'smol-rs'
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Install Rust
1919 run : rustup update stable
2020 - run : cargo package
You can’t perform that action at this time.
0 commit comments