File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,31 +11,31 @@ jobs:
1111 os : [ubuntu-latest, ubuntu-24.04-arm]
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : cargo-test
1616 run : cargo test --all-features --workspace
1717
1818 fmt :
1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : cargo-fmt
2424 run : cargo fmt -- --check
2525
2626 clippy :
2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : cargo-clippy
3232 run : cargo clippy --all-targets --all-features --workspace -- -D warnings
3333
3434 readme :
3535 runs-on : ubuntu-latest
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - name : Check README.md and example.png
4040 run : |
4141 ./.ci/compose-readme.py
@@ -45,15 +45,15 @@ jobs:
4545 runs-on : ubuntu-latest
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - name : cargo build
5050 run : cargo build --all-targets --all-features --workspace
5151
5252 msrv-build :
5353 runs-on : ubuntu-latest
5454
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - name : Get minimum supported Rust version
5858 run : echo "::set-output name=msrv::$(grep '^rust-version = ' Cargo.toml | grep -o '[0-9.]\+')"
5959 id : get_msrv
You can’t perform that action at this time.
0 commit comments