File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
rust : stable-x86_64
69
69
target : x86_64-pc-windows-msvc
70
70
steps :
71
- - uses : actions/checkout@v3
71
+ - uses : actions/checkout@v4
72
72
- name : Install Rust (rustup)
73
73
run : |
74
74
set -euxo pipefail
96
96
name : Test CUDA support
97
97
runs-on : ubuntu-20.04
98
98
steps :
99
- - uses : actions/checkout@v3
99
+ - uses : actions/checkout@v4
100
100
- name : Install cuda-minimal-build-11-8
101
101
shell : bash
102
102
run : |
@@ -117,7 +117,7 @@ jobs:
117
117
matrix :
118
118
os : [ubuntu-latest, windows-latest]
119
119
steps :
120
- - uses : actions/checkout@v3
120
+ - uses : actions/checkout@v4
121
121
- name : Install Rust
122
122
run : |
123
123
rustup toolchain install 1.46.0 --no-self-update --profile minimal
@@ -129,7 +129,7 @@ jobs:
129
129
name : Rustfmt
130
130
runs-on : ubuntu-latest
131
131
steps :
132
- - uses : actions/checkout@v3
132
+ - uses : actions/checkout@v4
133
133
- name : Install Rust
134
134
run : |
135
135
rustup toolchain install stable --no-self-update --profile minimal --component rustfmt
You can’t perform that action at this time.
0 commit comments