Skip to content

Commit cc4eb02

Browse files
committed
Update used CI action versions.
1 parent 4348726 commit cc4eb02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/checkCI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
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
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)