|
37 | 37 | - s390x |
38 | 38 | steps: |
39 | 39 | - name: Check out repository |
40 | | - uses: actions/checkout@v4 |
| 40 | + uses: actions/checkout@v5 |
41 | 41 | - name: Set up environment |
42 | 42 | run: .github/workflows/env-setup |
43 | 43 | shell: bash |
|
85 | 85 | - s390x |
86 | 86 | steps: |
87 | 87 | - name: Check out repository |
88 | | - uses: actions/checkout@v4 |
| 88 | + uses: actions/checkout@v5 |
89 | 89 | - name: Detect crate MSRV |
90 | 90 | shell: bash |
91 | 91 | run: | |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | - s390x |
143 | 143 | steps: |
144 | 144 | - name: Check out repository |
145 | | - uses: actions/checkout@v4 |
| 145 | + uses: actions/checkout@v5 |
146 | 146 | - name: Set up environment |
147 | 147 | run: .github/workflows/env-setup |
148 | 148 | shell: bash |
@@ -189,7 +189,7 @@ jobs: |
189 | 189 | - x86_64 |
190 | 190 | steps: |
191 | 191 | - name: Check out repository |
192 | | - uses: actions/checkout@v4 |
| 192 | + uses: actions/checkout@v5 |
193 | 193 | - name: Set up environment |
194 | 194 | run: .github/workflows/env-setup |
195 | 195 | shell: bash |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | runs-on: ubuntu-latest |
231 | 231 | steps: |
232 | 232 | - name: Check out repository |
233 | | - uses: actions/checkout@v4 |
| 233 | + uses: actions/checkout@v5 |
234 | 234 | - name: Set up environment |
235 | 235 | run: .github/workflows/env-setup |
236 | 236 | shell: bash |
|
0 commit comments