|
66 | 66 | cc: 'gcc-13' |
67 | 67 | cxx: 'g++-13' |
68 | 68 | steps: |
69 | | - - uses: actions/checkout@v4 |
| 69 | + - uses: actions/checkout@v5 |
70 | 70 | - name: ${{ matrix.config }}.${{ matrix.cxx }} |
71 | 71 | run: libcxx/utils/ci/run-buildbot ${{ matrix.config }} |
72 | 72 | env: |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | cc: 'clang-18' |
111 | 111 | cxx: 'clang++-18' |
112 | 112 | steps: |
113 | | - - uses: actions/checkout@v4 |
| 113 | + - uses: actions/checkout@v5 |
114 | 114 | - name: ${{ matrix.config }} |
115 | 115 | run: libcxx/utils/ci/run-buildbot ${{ matrix.config }} |
116 | 116 | env: |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | machine: libcxx-runners-8-set |
175 | 175 | runs-on: ${{ matrix.machine }} |
176 | 176 | steps: |
177 | | - - uses: actions/checkout@v4 |
| 177 | + - uses: actions/checkout@v5 |
178 | 178 | - name: ${{ matrix.config }} |
179 | 179 | run: libcxx/utils/ci/run-buildbot ${{ matrix.config }} |
180 | 180 | env: |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | - { config: mingw-static, mingw: true } |
207 | 207 | - { config: mingw-dll-i686, mingw: true } |
208 | 208 | steps: |
209 | | - - uses: actions/checkout@v4 |
| 209 | + - uses: actions/checkout@v5 |
210 | 210 | - name: Install dependencies |
211 | 211 | run: | |
212 | 212 | choco install -y ninja wget |
|
0 commit comments