File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 99 name : clang-format
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Run clang-format style check for C/C++
1414 uses : jidicula/clang-format-action@v4.14.0
1515 with :
2121 runs-on : ubuntu-latest
2222 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : Install dependencies
2626 run : |
2727 sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
@@ -37,14 +37,14 @@ jobs:
3737 runs-on : ubuntu-latest
3838 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : chartboost/ruff-action@v1
4242
4343 flake8 :
4444 runs-on : ubuntu-latest
4545 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 - uses : actions/setup-python@v6
4949 with :
5050 python-version : " 3.12"
5454 runs-on : ubuntu-latest
5555 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - name : Setup Python
5959 uses : actions/setup-python@v6
6060 with :
Original file line number Diff line number Diff line change 1212 runs-on : macos-13
1313 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Install dependencies
1717 run : |
1818 brew install automake autoconf
Original file line number Diff line number Diff line change 1313 python-version : ['3.9', '3.12']
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v6
1919 with :
4040 python-version : ['3.12']
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444 - name : Set up Python ${{ matrix.python-version }}
4545 uses : actions/setup-python@v6
4646 with :
6363 python-version : ['3.12']
6464
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v6
6767 - name : Set up Python ${{ matrix.python-version }}
6868 uses : actions/setup-python@v6
6969 with :
8686 python-version : ['3.12']
8787
8888 steps :
89- - uses : actions/checkout@v5
89+ - uses : actions/checkout@v6
9090 - name : Set up Python ${{ matrix.python-version }}
9191 uses : actions/setup-python@v6
9292 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Install dependencies
1414 run : |
1515 sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
3636 runs-on : macos-13
3737 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040 - name : Install dependencies
4141 run : brew install automake autoconf wxwidgets
4242 - run : aclocal
5555 runs-on : macos-14
5656 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 - name : Install dependencies
6060 run : brew install automake autoconf wxwidgets
6161 - run : aclocal
7777 run :
7878 shell : msys2 {0}
7979 steps :
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181 - uses : msys2/setup-msys2@v2
8282 with :
8383 install : mingw-w64-x86_64-toolchain make automake autoconf
Original file line number Diff line number Diff line change 1212 runs-on : windows-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
You can’t perform that action at this time.
0 commit comments