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 20
20
- if : ${{ matrix.platform == 'ubuntu-latest' }}
21
21
name : Free Disk Space (Ubuntu)
22
22
uses : jlumbroso/free-disk-space@main
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : Swatinem/rust-cache@v2
25
25
- if : ${{ runner.os == 'Windows' }}
26
26
uses : ilammy/setup-nasm@v1
Original file line number Diff line number Diff line change 15
15
- sslocal
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
- name : Setup Docker Buildx
20
20
uses : docker/setup-buildx-action@v3
21
21
- name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change 23
23
- if : ${{ matrix.platform == 'ubuntu-latest' }}
24
24
name : Install LLVM and Clang
25
25
run : sudo apt update && sudo apt install -y clang
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : Swatinem/rust-cache@v2
28
28
- if : ${{ runner.os == 'Windows' }}
29
29
uses : ilammy/setup-nasm@v1
56
56
- if : ${{ matrix.platform == 'ubuntu-latest' }}
57
57
name : Install LLVM and Clang
58
58
run : sudo apt update && sudo apt install -y clang
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
- uses : Swatinem/rust-cache@v2
61
61
- if : ${{ runner.os == 'Windows' }}
62
62
uses : ilammy/setup-nasm@v1
85
85
- if : ${{ matrix.platform == 'ubuntu-latest' }}
86
86
name : Install LLVM and Clang
87
87
run : sudo apt update && sudo apt install -y clang
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
- uses : Swatinem/rust-cache@v2
90
90
- if : ${{ runner.os == 'Windows' }}
91
91
uses : ilammy/setup-nasm@v1
Original file line number Diff line number Diff line change 60
60
- name : Install LLVM and Clang
61
61
run : sudo apt update && sudo apt install -y clang
62
62
63
- - uses : actions/checkout@v4
63
+ - uses : actions/checkout@v5
64
64
65
65
- name : Install Rust
66
66
run : |
@@ -115,7 +115,7 @@ jobs:
115
115
- x86_64-apple-darwin
116
116
- aarch64-apple-darwin
117
117
steps :
118
- - uses : actions/checkout@v4
118
+ - uses : actions/checkout@v5
119
119
120
120
- name : Install GNU tar
121
121
if : runner.os == 'macOS'
@@ -149,7 +149,7 @@ jobs:
149
149
RUSTFLAGS : " -C target-feature=+crt-static"
150
150
RUST_BACKTRACE : full
151
151
steps :
152
- - uses : actions/checkout@v4
152
+ - uses : actions/checkout@v5
153
153
- uses : ilammy/setup-nasm@v1
154
154
155
155
- name : Install Rust
Original file line number Diff line number Diff line change 94
94
- name : Install LLVM and Clang
95
95
run : sudo apt update && sudo apt install -y clang
96
96
97
- - uses : actions/checkout@v4
97
+ - uses : actions/checkout@v5
98
98
99
99
- name : Install Rust
100
100
run : |
@@ -153,7 +153,7 @@ jobs:
153
153
- x86_64-apple-darwin
154
154
- aarch64-apple-darwin
155
155
steps :
156
- - uses : actions/checkout@v4
156
+ - uses : actions/checkout@v5
157
157
158
158
- name : Install GNU tar
159
159
if : runner.os == 'macOS'
@@ -190,7 +190,7 @@ jobs:
190
190
RUSTFLAGS : " -C target-feature=+crt-static"
191
191
RUST_BACKTRACE : full
192
192
steps :
193
- - uses : actions/checkout@v4
193
+ - uses : actions/checkout@v5
194
194
- uses : ilammy/setup-nasm@v1
195
195
196
196
- name : Install Rust
Original file line number Diff line number Diff line change 17
17
runs-on : ${{ matrix.platform }}
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- uses : Swatinem/rust-cache@v2
22
22
- if : ${{ runner.os == 'Windows' }}
23
23
uses : ilammy/setup-nasm@v1
Original file line number Diff line number Diff line change 13
13
continue-on-error : ${{ matrix.checks == 'advisories' }}
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : EmbarkStudios/cargo-deny-action@v2
18
18
with :
19
19
command : check ${{ matrix.checks }}
You can’t perform that action at this time.
0 commit comments