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 6868 rust : stable-x86_64
6969 target : x86_64-pc-windows-msvc
7070 steps :
71- - uses : actions/checkout@v3
71+ - uses : actions/checkout@v4
7272 - name : Install Rust (rustup)
7373 run : |
7474 set -euxo pipefail
9696 name : Test CUDA support
9797 runs-on : ubuntu-20.04
9898 steps :
99- - uses : actions/checkout@v3
99+ - uses : actions/checkout@v4
100100 - name : Install cuda-minimal-build-11-8
101101 shell : bash
102102 run : |
@@ -117,7 +117,7 @@ jobs:
117117 matrix :
118118 os : [ubuntu-latest, windows-latest]
119119 steps :
120- - uses : actions/checkout@v3
120+ - uses : actions/checkout@v4
121121 - name : Install Rust
122122 run : |
123123 rustup toolchain install 1.46.0 --no-self-update --profile minimal
@@ -129,7 +129,7 @@ jobs:
129129 name : Rustfmt
130130 runs-on : ubuntu-latest
131131 steps :
132- - uses : actions/checkout@v3
132+ - uses : actions/checkout@v4
133133 - name : Install Rust
134134 run : |
135135 rustup toolchain install stable --no-self-update --profile minimal --component rustfmt
You can’t perform that action at this time.
0 commit comments