File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1919 # CACHE CARGO DEPENDENCIES
2020 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2121 - name : Rust Cache
22- uses : Swatinem/rust-cache@v2.7.3
22+ uses : Swatinem/rust-cache@v2.8.0
2323
2424 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2525 # BUILD THE LIBRARY
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v5
3131
3232 - name : Install Rust toolchain
33- uses : actions-rs/ toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # @v1
33+ uses : dtolnay/rust- toolchain@stable
3434 with :
3535 profile : minimal
3636 toolchain : stable
Original file line number Diff line number Diff line change 2020 # CACHE CARGO DEPENDENCIES
2121 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2222 - name : Rust Cache
23- uses : Swatinem/rust-cache@v2.7.3
23+ uses : Swatinem/rust-cache@v2.8.0
2424
2525 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626 # TEST THE LIBRARY
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020 # CACHE CARGO DEPENDENCIES
2121 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2222 - name : Rust Cache
23- uses : Swatinem/rust-cache@v2.7.3
23+ uses : Swatinem/rust-cache@v2.8.0
2424
2525 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626 # TEST THE LIBRARY
Original file line number Diff line number Diff line change 1414 test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020 # CACHE CARGO DEPENDENCIES
Original file line number Diff line number Diff line change 1616 # image: xd009642/tarpaulin:latest
1717 # options: --security-opt seccomp=unconfined
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2121 # INSTALL TARPALUIN FOR CODE COVERAGE
2222 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 2626 # env:
2727 # MDBOOK_VERSION: 0.4.36
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030
3131 # # INSTALL MDBOOK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3232 - name : Install mdBook
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Install Rust toolchain
4141 cancel-in-progress : false
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 0
4747 - name : Install Rust toolchain
You can’t perform that action at this time.
0 commit comments