File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ${{ matrix.os }}
3131
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434
3535 - name : Install Meson and Boost.Test
3636 run : sudo apt-get install --yes -qq meson libboost-test-dev
Original file line number Diff line number Diff line change 2828 runs-on : ${{ matrix.os }}
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232
3333 - name : Install Boost.Test
3434 run : sudo apt-get install --yes -qq libboost-test-dev
Original file line number Diff line number Diff line change 4242 - { c: clang, cpp: clang++ }
4343
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646
4747 - name : Set reusable strings
4848 # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
You can’t perform that action at this time.
0 commit comments