File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 - target : wasm32-unknown-emscripten
2929 os : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - uses : dtolnay/rust-toolchain@stable
3333 with :
3434 target : ${{ matrix.target }}
7070 - os : windows-latest
7171 target : x86_64-pc-windows-msvc
7272 steps :
73- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
7474 - uses : dtolnay/rust-toolchain@stable
7575 with :
7676 target : ${{ matrix.target }}
8484 runs-on : ubuntu-latest
8585 needs : build
8686 steps :
87- - uses : actions/checkout@v3
87+ - uses : actions/checkout@v4
8888 - uses : dtolnay/rust-toolchain@nightly
8989 with :
9090 target : wasm32-unknown-emscripten
@@ -103,7 +103,7 @@ jobs:
103103 name : Rustfmt
104104 runs-on : ubuntu-latest
105105 steps :
106- - uses : actions/checkout@v3
106+ - uses : actions/checkout@v4
107107 - uses : dtolnay/rust-toolchain@stable
108108 with :
109109 components : rustfmt
You can’t perform that action at this time.
0 commit comments