|
5 | 5 | name: x86_64 stable
|
6 | 6 | runs-on: ubuntu-latest
|
7 | 7 | steps:
|
8 |
| - - uses: actions/checkout@v2 |
| 8 | + - uses: actions/checkout@v3 |
9 | 9 | - name: Install stable toolchain
|
10 | 10 | uses: actions-rs/toolchain@v1
|
11 | 11 | with:
|
|
34 | 34 | name: x86_64 nightly
|
35 | 35 | runs-on: ubuntu-latest
|
36 | 36 | steps:
|
37 |
| - - uses: actions/checkout@v2 |
| 37 | + - uses: actions/checkout@v3 |
38 | 38 | - name: Install nightly toolchain
|
39 | 39 | uses: actions-rs/toolchain@v1
|
40 | 40 | with:
|
|
65 | 65 | name: x86_64 sanitizer
|
66 | 66 | runs-on: ubuntu-latest
|
67 | 67 | steps:
|
68 |
| - - uses: actions/checkout@v2 |
| 68 | + - uses: actions/checkout@v3 |
69 | 69 | - name: Install nightly toolchain
|
70 | 70 | uses: actions-rs/toolchain@v1
|
71 | 71 | with:
|
|
85 | 85 | name: wasm32 stable
|
86 | 86 | runs-on: ubuntu-latest
|
87 | 87 | steps:
|
88 |
| - - uses: actions/checkout@v2 |
| 88 | + - uses: actions/checkout@v3 |
89 | 89 | - name: Install stable toolchain
|
90 | 90 | uses: actions-rs/toolchain@v1
|
91 | 91 | with:
|
@@ -120,7 +120,7 @@ jobs:
|
120 | 120 | name: wasm32 nightly
|
121 | 121 | runs-on: ubuntu-latest
|
122 | 122 | steps:
|
123 |
| - - uses: actions/checkout@v2 |
| 123 | + - uses: actions/checkout@v3 |
124 | 124 | - name: Install nightly toolchain
|
125 | 125 | uses: actions-rs/toolchain@v1
|
126 | 126 | with:
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 | name: aarch64 nightly
|
157 | 157 | runs-on: ubuntu-latest
|
158 | 158 | steps:
|
159 |
| - - uses: actions/checkout@v2 |
| 159 | + - uses: actions/checkout@v3 |
160 | 160 | - name: Install cross-compilation toolchain
|
161 | 161 | run: |
|
162 | 162 | sudo apt update
|
@@ -187,7 +187,7 @@ jobs:
|
187 | 187 | CXX: clang++
|
188 | 188 | LLVM_CONFIG_PATH: /usr/lib/llvm-9/bin/llvm-config
|
189 | 189 | steps:
|
190 |
| - - uses: actions/checkout@v2 |
| 190 | + - uses: actions/checkout@v3 |
191 | 191 | with:
|
192 | 192 | submodules: true
|
193 | 193 | - name: Install stable toolchain
|
|
0 commit comments