6969 ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
7070 shell : bash
7171 - name : checkout
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v5
7373 - name : build test package
7474 run : bazel test --flaky_test_attempts=3 ...
7575 shell : bash
9696 ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
9797 shell : sh
9898 - name : checkout
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v5
100100 # - name: build test package
101101 # run: bazel test --flaky_test_attempts=3 ...
102102 # shell: sh
@@ -120,7 +120,7 @@ jobs:
120120 /var/lib/pacman/sync/*
121121 shell : bash
122122 - name : checkout
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v5
124124 - name : build test package
125125 run : bazel test --flaky_test_attempts=3 ...
126126 shell : bash
@@ -149,7 +149,7 @@ jobs:
149149 ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
150150 shell : bash
151151 - name : checkout
152- uses : actions/checkout@v4
152+ uses : actions/checkout@v5
153153 - name : build test package
154154 run : bazel test --flaky_test_attempts=3 ...
155155 shell : bash
@@ -159,7 +159,7 @@ jobs:
159159 runs-on : macos-15
160160 steps :
161161 - name : checkout
162- uses : actions/checkout@v4
162+ uses : actions/checkout@v5
163163 - name : setup
164164 run : |
165165 brew update -q
@@ -199,7 +199,7 @@ jobs:
199199 ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
200200 shell : bash
201201 - name : checkout
202- uses : actions/checkout@v4
202+ uses : actions/checkout@v5
203203 - name : build test package
204204 run : bazel test --flaky_test_attempts=3 ...
205205 shell : bash
@@ -231,7 +231,7 @@ jobs:
231231 DEBIAN_FRONTEND : noninteractive
232232 shell : bash
233233 - name : checkout
234- uses : actions/checkout@v4
234+ uses : actions/checkout@v5
235235 - name : build test package
236236 run : bazel test --flaky_test_attempts=3 ...
237237 shell : bash
@@ -263,7 +263,7 @@ jobs:
263263 DEBIAN_FRONTEND : noninteractive
264264 shell : bash
265265 - name : checkout
266- uses : actions/checkout@v4
266+ uses : actions/checkout@v5
267267 - name : build test package
268268 run : bazel test --flaky_test_attempts=3 ...
269269 shell : bash
@@ -294,7 +294,7 @@ jobs:
294294 rm -rf /var/cache/yum
295295 shell : bash
296296 - name : checkout
297- uses : actions/checkout@v4
297+ uses : actions/checkout@v5
298298 - name : build test package
299299 run : |
300300 mkdir _build
@@ -336,7 +336,7 @@ jobs:
336336 pkgconf
337337 shell : sh
338338 - name : checkout
339- uses : actions/checkout@v4
339+ uses : actions/checkout@v5
340340 - name : build test package
341341 run : |
342342 mkdir _build
@@ -380,7 +380,7 @@ jobs:
380380 /var/lib/pacman/sync/*
381381 shell : bash
382382 - name : checkout
383- uses : actions/checkout@v4
383+ uses : actions/checkout@v5
384384 - name : build test package
385385 run : |
386386 mkdir _build
@@ -427,7 +427,7 @@ jobs:
427427 rm -rf /var/cache/yum
428428 shell : bash
429429 - name : checkout
430- uses : actions/checkout@v4
430+ uses : actions/checkout@v5
431431 - name : build test package
432432 run : |
433433 mkdir _build
@@ -455,7 +455,7 @@ jobs:
455455 runs-on : macos-15
456456 steps :
457457 - name : checkout
458- uses : actions/checkout@v4
458+ uses : actions/checkout@v5
459459 - name : setup
460460 run : |
461461 brew update -q
@@ -512,7 +512,7 @@ jobs:
512512 zypper -n -q cc -a
513513 shell : bash
514514 - name : checkout
515- uses : actions/checkout@v4
515+ uses : actions/checkout@v5
516516 - name : build test package
517517 run : |
518518 mkdir _build
@@ -564,7 +564,7 @@ jobs:
564564 DEBIAN_FRONTEND : noninteractive
565565 shell : bash
566566 - name : checkout
567- uses : actions/checkout@v4
567+ uses : actions/checkout@v5
568568 - name : build test package
569569 run : |
570570 mkdir _build
@@ -616,7 +616,7 @@ jobs:
616616 DEBIAN_FRONTEND : noninteractive
617617 shell : bash
618618 - name : checkout
619- uses : actions/checkout@v4
619+ uses : actions/checkout@v5
620620 - name : build test package
621621 run : |
622622 mkdir _build
@@ -644,7 +644,7 @@ jobs:
644644 runs-on : windows-latest
645645 steps :
646646 - name : checkout
647- uses : actions/checkout@v4
647+ uses : actions/checkout@v5
648648 - name : setup
649649 run : |
650650 choco upgrade cmake.install -r -y --install-arguments=ADD_CMAKE_TO_PATH=System `
0 commit comments