File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2020 - if : ${{ matrix.platform == 'ubuntu-latest' }}
2121 name : Free Disk Space (Ubuntu)
2222 uses : jlumbroso/free-disk-space@main
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : Swatinem/rust-cache@v2
2525 - if : ${{ runner.os == 'Windows' }}
2626 uses : ilammy/setup-nasm@v1
Original file line number Diff line number Diff line change 1515 - sslocal
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - name : Setup Docker Buildx
2020 uses : docker/setup-buildx-action@v3
2121 - name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change 2323 - if : ${{ matrix.platform == 'ubuntu-latest' }}
2424 name : Install LLVM and Clang
2525 run : sudo apt update && sudo apt install -y clang
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : Swatinem/rust-cache@v2
2828 - if : ${{ runner.os == 'Windows' }}
2929 uses : ilammy/setup-nasm@v1
5656 - if : ${{ matrix.platform == 'ubuntu-latest' }}
5757 name : Install LLVM and Clang
5858 run : sudo apt update && sudo apt install -y clang
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 - uses : Swatinem/rust-cache@v2
6161 - if : ${{ runner.os == 'Windows' }}
6262 uses : ilammy/setup-nasm@v1
8585 - if : ${{ matrix.platform == 'ubuntu-latest' }}
8686 name : Install LLVM and Clang
8787 run : sudo apt update && sudo apt install -y clang
88- - uses : actions/checkout@v5
88+ - uses : actions/checkout@v6
8989 - uses : Swatinem/rust-cache@v2
9090 - if : ${{ runner.os == 'Windows' }}
9191 uses : ilammy/setup-nasm@v1
Original file line number Diff line number Diff line change 6060 - name : Install LLVM and Clang
6161 run : sudo apt update && sudo apt install -y clang
6262
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464
6565 - name : Install Rust
6666 run : |
@@ -115,7 +115,7 @@ jobs:
115115 - x86_64-apple-darwin
116116 - aarch64-apple-darwin
117117 steps :
118- - uses : actions/checkout@v5
118+ - uses : actions/checkout@v6
119119
120120 - name : Install GNU tar
121121 if : runner.os == 'macOS'
@@ -149,7 +149,7 @@ jobs:
149149 RUSTFLAGS : " -C target-feature=+crt-static"
150150 RUST_BACKTRACE : full
151151 steps :
152- - uses : actions/checkout@v5
152+ - uses : actions/checkout@v6
153153 - uses : ilammy/setup-nasm@v1
154154
155155 - name : Install Rust
Original file line number Diff line number Diff line change 9494 - name : Install LLVM and Clang
9595 run : sudo apt update && sudo apt install -y clang
9696
97- - uses : actions/checkout@v5
97+ - uses : actions/checkout@v6
9898
9999 - name : Install Rust
100100 run : |
@@ -153,7 +153,7 @@ jobs:
153153 - x86_64-apple-darwin
154154 - aarch64-apple-darwin
155155 steps :
156- - uses : actions/checkout@v5
156+ - uses : actions/checkout@v6
157157
158158 - name : Install GNU tar
159159 if : runner.os == 'macOS'
@@ -190,7 +190,7 @@ jobs:
190190 RUSTFLAGS : " -C target-feature=+crt-static"
191191 RUST_BACKTRACE : full
192192 steps :
193- - uses : actions/checkout@v5
193+ - uses : actions/checkout@v6
194194 - uses : ilammy/setup-nasm@v1
195195
196196 - name : Install Rust
Original file line number Diff line number Diff line change 1717 runs-on : ${{ matrix.platform }}
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : Swatinem/rust-cache@v2
2222 - if : ${{ runner.os == 'Windows' }}
2323 uses : ilammy/setup-nasm@v1
Original file line number Diff line number Diff line change 1313 continue-on-error : ${{ matrix.checks == 'advisories' }}
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : EmbarkStudios/cargo-deny-action@v2
1818 with :
1919 command : check ${{ matrix.checks }}
You can’t perform that action at this time.
0 commit comments