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 77 timeout-minutes : 5
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 with :
1212 fetch-depth : 5
1313 - name : Setup python environment
14- uses : actions/setup-python@v3
14+ uses : actions/setup-python@v5
1515 with :
16- python-version : 3.11
16+ python-version : 3.12
1717 - name : Install python packages
1818 run : |
1919 pip install --user pytidylib
4545 - name : Get moparser
4646 run : git clone --depth=1 https://github.com/modelica-tools/ModelicaSyntaxChecker
4747 - name : Check syntax
48- run : ModelicaSyntaxChecker/Linux64/moparser -v 3.4 -r OpenHPL
48+ run : ModelicaSyntaxChecker/Linux64/moparser -v 3.6 -r OpenHPL
4949# deprecation_checks:
5050# timeout-minutes: 5
5151# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments