File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 push :
66 branches :
7- - ' master'
7+ - " master"
88 tags :
9- - ' * '
9+ - " * "
1010
1111jobs :
1212 build :
1818 toolchain : [stable, nightly]
1919 steps :
2020 - name : Checkout Commit
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Install Rust
2424 uses : hecrj/setup-rust-action@v2
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout Commit
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747
4848 - name : Install Rust
4949 uses : hecrj/setup-rust-action@v2
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Checkout Commit
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v6
6161
6262 - name : Install Rust
6363 uses : hecrj/setup-rust-action@v2
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Checkout Commit
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v6
7676
7777 - name : Install Rust
7878 uses : hecrj/setup-rust-action@v2
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v6
3434
3535 - name : Install Rust
36- uses : hecrj/setup-rust-action@v1
36+ uses : hecrj/setup-rust-action@v2
3737 with :
3838 components : rust-docs
3939 rust-version : nightly
4343 run : RUSTDOCFLAGS="--cfg doc_cfg" cargo doc --all-features --target wasm32-wasip1
4444
4545 - name : Setup Pages
46- uses : actions/configure-pages@v3
46+ uses : actions/configure-pages@v5
4747
4848 - name : Fix file permissions
4949 shell : sh
@@ -64,10 +64,10 @@ jobs:
6464 INPUT_PATH : target/wasm32-wasip1/doc
6565
6666 - name : Upload artifact
67- uses : actions/upload-pages-artifact@v1
67+ uses : actions/upload-pages-artifact@v4
6868 with :
6969 path : target/wasm32-wasip1/doc
7070
7171 - name : Deploy to GitHub Pages
7272 id : deployment
73- uses : actions/deploy-pages@v2
73+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 99 missing_docs,
1010 rust_2018_idioms
1111) ]
12- #![ cfg_attr( doc_cfg, feature( doc_auto_cfg ) ) ]
12+ #![ cfg_attr( doc_cfg, feature( doc_cfg ) ) ]
1313
1414//! Helper crate to write auto splitters for LiveSplit One's auto splitting
1515//! runtime.
You can’t perform that action at this time.
0 commit comments