2020 contents : read # For repo checkout
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : Trunk Check
2525 uses : trunk-io/trunk-action@v1
2626 test :
3333 bzlmod : [true, false]
3434 runs-on : ${{ matrix.os }}
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - if : startsWith(matrix.os, 'ubuntu')
3838 run : tests/scripts/ubuntu_install_libtinfo.sh
3939 - run : sudo rm -rf /usr/share/dotnet /usr/local/lib/android
5151 bzlmod : [true, false]
5252 runs-on : ${{ matrix.os }}
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : Test
5656 env :
5757 USE_BAZEL_VERSION : ${{ matrix.bazel_version }}
6666 bzlmod : [true, false]
6767 runs-on : ${{ matrix.os }}
6868 steps :
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070 - if : startsWith(matrix.os, 'ubuntu')
7171 run : tests/scripts/ubuntu_install_libtinfo.sh
7272 - name : Test
9292 bzlmod : [true, false]
9393 runs-on : ubuntu-latest
9494 steps :
95- - uses : actions/checkout@v5
95+ - uses : actions/checkout@v6
9696 - run : sudo rm -rf /usr/share/dotnet /usr/local/lib/android
9797 - name : Test
9898 env :
@@ -105,7 +105,7 @@ jobs:
105105 bzlmod : [true, false]
106106 runs-on : macos-latest
107107 steps :
108- - uses : actions/checkout@v5
108+ - uses : actions/checkout@v6
109109 - name : Test
110110 env :
111111 USE_BZLMOD : ${{ matrix.bzlmod }}
@@ -117,7 +117,7 @@ jobs:
117117 bzlmod : [true, false]
118118 runs-on : ubuntu-latest
119119 steps :
120- - uses : actions/checkout@v5
120+ - uses : actions/checkout@v6
121121 - run : tests/scripts/ubuntu_install_libtinfo.sh
122122 - name : Test
123123 env :
@@ -130,7 +130,7 @@ jobs:
130130 bzlmod : [true, false]
131131 runs-on : ubuntu-latest
132132 steps :
133- - uses : actions/checkout@v5
133+ - uses : actions/checkout@v6
134134 - run : tests/scripts/ubuntu_install_libtinfo.sh
135135 - name : Download and Extract LLVM distribution
136136 # The downloaded version here must match version specified as '-v' arg to run_tests.sh below.
0 commit comments