File tree Expand file tree Collapse file tree 12 files changed +512
-2278
lines changed
Expand file tree Collapse file tree 12 files changed +512
-2278
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " cargo"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
7+ open-pull-requests-limit : 5
8+ labels :
9+ - " dependencies"
10+ - " rust"
11+ groups :
12+ patch-updates :
13+ patterns :
14+ - " *"
15+ update-types :
16+ - " patch"
17+ dev-dependencies :
18+ dependency-type : " development"
19+ update-types :
20+ - " minor"
21+ - " patch"
22+
23+ - package-ecosystem : " github-actions"
24+ directory : " /"
25+ schedule :
26+ interval : " monthly"
27+ open-pull-requests-limit : 3
28+ labels :
29+ - " dependencies"
30+ - " github-actions"
31+ groups :
32+ actions :
33+ patterns :
34+ - " *"
Original file line number Diff line number Diff line change 2323 rust : [stable]
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727
2828 - name : Install Rust
2929 uses : dtolnay/rust-toolchain@master
5252 if : startsWith(github.ref, 'refs/tags/v')
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v6
5656 - uses : taiki-e/create-gh-release-action@v1
5757 with :
5858 token : ${{ secrets.GITHUB_TOKEN }}
8080 os : windows-latest
8181 runs-on : ${{ matrix.os }}
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v6
8484 - uses : taiki-e/upload-rust-binary-action@v1
8585 with :
8686 bin : mdbook-langtabs
9393 if : startsWith(github.ref, 'refs/tags/v')
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v6
9797 - name : Publish
9898 run : cargo publish
9999 env :
Original file line number Diff line number Diff line change 2121 name : github-pages
2222 url : ${{ steps.deployment.outputs.page_url }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525
2626 - name : Install Rust
2727 uses : actions-rs/toolchain@v1
5050 mdbook build
5151
5252 - name : Upload artifact
53- uses : actions/upload-pages-artifact@v3
53+ uses : actions/upload-pages-artifact@v4
5454 with :
5555 path : ./example-book/book
5656
You can’t perform that action at this time.
0 commit comments