|
51 | 51 | runs-on: ubuntu-latest
|
52 | 52 | steps:
|
53 | 53 | - name: Checkout code
|
54 |
| - uses: actions/checkout@v4.2.0 |
| 54 | + uses: actions/checkout@v4.2.1 |
55 | 55 | - name: Install toolchain
|
56 | 56 | run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain stable -y
|
57 | 57 | - run: cargo fmt --all -- --check
|
|
68 | 68 | toolchain: [stable]
|
69 | 69 | steps:
|
70 | 70 | - name: Checkout code
|
71 |
| - uses: actions/checkout@v4.2.0 |
| 71 | + uses: actions/checkout@v4.2.1 |
72 | 72 |
|
73 | 73 | - name: Install toolchain
|
74 | 74 | run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain ${{ matrix.toolchain }} -y
|
@@ -119,7 +119,7 @@ jobs:
|
119 | 119 | experimental: true
|
120 | 120 | steps:
|
121 | 121 | - name: Checkout code
|
122 |
| - uses: actions/checkout@v4.2.0 |
| 122 | + uses: actions/checkout@v4.2.1 |
123 | 123 |
|
124 | 124 | - name: Install toolchain
|
125 | 125 | run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
|
@@ -168,7 +168,7 @@ jobs:
|
168 | 168 | - stable
|
169 | 169 | steps:
|
170 | 170 | - name: Checkout code
|
171 |
| - uses: actions/checkout@v4.2.0 |
| 171 | + uses: actions/checkout@v4.2.1 |
172 | 172 |
|
173 | 173 | # hyper-rustls >=0.27 uses aws-lc as default backend which requires NASM to build
|
174 | 174 | - name: Install NASM
|
@@ -219,7 +219,7 @@ jobs:
|
219 | 219 | - stable
|
220 | 220 | steps:
|
221 | 221 | - name: Checkout code
|
222 |
| - uses: actions/checkout@v4.2.0 |
| 222 | + uses: actions/checkout@v4.2.1 |
223 | 223 |
|
224 | 224 | - name: Install toolchain
|
225 | 225 | run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
|
|
0 commit comments