File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626
2727 - name : Install GCC ${{ matrix.version }}
2828 run : sudo apt-get install -y gcc-${{ matrix.version }} g++-${{ matrix.version }}
5858 runs-on : ${{ matrix.os }}
5959
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262
6363 - name : Install Clang ${{ matrix.version }}
6464 run : sudo apt-get install -y clang-${{ matrix.version }}
9292 container : ${{ matrix.image }}
9393
9494 steps :
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v6
9696
9797 - name : Install Clang ${{ matrix.version }}
9898 run : |
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ${{ matrix.os }}
127127
128128 steps :
129- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v6
130130
131131 - name : Configure tests
132132 run : cmake -S . -B build
You can’t perform that action at this time.
0 commit comments