File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 - {version: "4.0", ubuntu: "bionic"}
5252 - {version: "3.9", ubuntu: "bionic"}
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : Parse version tags
5656 run : |
5757 VERSION="${{ matrix.version-pair.version }}"
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-slim
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 - name : Release with Notes
Original file line number Diff line number Diff line change 1313 SHFMT_VERSION : 3.0.1
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - uses : ludeeus/action-shellcheck@2.0.0
1919
Original file line number Diff line number Diff line change 4242 - 20
4343 - 21
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - name : Build and test the Docker image
4747 run : test/test.sh ${{ matrix.clang-format-version }}
4848 e2e :
8282 exclude : ' capital'
8383 known_fail : false
8484 steps :
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8686 - name : Run clang-format style check for C/C++ programs.
8787 id : check
8888 uses : ./../clang-format-action
You can’t perform that action at this time.
0 commit comments