File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check out repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : Install toolchain
3131 uses : dtolnay/rust-toolchain@v1
3232 with :
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Check out repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 - name : Install toolchain
5050 uses : dtolnay/rust-toolchain@v1
5151 with :
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ zstd = { version = "0.13.2", optional = true }
2323canon-json = " 0.2.0"
2424
2525[dev-dependencies ]
26- anyhow = " 1.0.89"
27- cap-tempfile = " 3.3.0"
26+ anyhow = " = 1.0.89"
27+ cap-tempfile = " = 3.3.0"
2828
2929[features ]
3030zstd = [" dep:zstd" ]
You can’t perform that action at this time.
0 commit comments