File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ name: CI
1212jobs :
1313 lint :
1414 name : Lint
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - uses : dtolnay/rust-toolchain@stable
1919 with :
2020 components : " clippy, rustfmt"
@@ -32,10 +32,10 @@ jobs:
3232 name : Test
3333 strategy :
3434 matrix :
35- toolchain : [1.70 .0, stable]
36- runs-on : ubuntu-22 .04
35+ toolchain : [1.85 .0, stable]
36+ runs-on : ubuntu-24 .04
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 - uses : dtolnay/rust-toolchain@master
4040 with :
4141 toolchain : ${{ matrix.toolchain }}
@@ -51,16 +51,16 @@ jobs:
5151
5252 deny-check :
5353 name : cargo-deny
54- runs-on : ubuntu-22 .04
54+ runs-on : ubuntu-24 .04
5555 steps :
56- - uses : actions/checkout@v3
57- - uses : EmbarkStudios/cargo-deny-action@v1
56+ - uses : actions/checkout@v4
57+ - uses : EmbarkStudios/cargo-deny-action@v2
5858
5959 publish-check :
6060 name : Publish Check
61- runs-on : ubuntu-22 .04
61+ runs-on : ubuntu-24 .04
6262 steps :
63- - uses : actions/checkout@v3
63+ - uses : actions/checkout@v4
6464 - uses : dtolnay/rust-toolchain@stable
6565 - run : cargo fetch
6666 - name : cargo publish check
You can’t perform that action at this time.
0 commit comments