Skip to content

Commit c8772cc

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/checkCI.yml

Lines changed: 5 additions & 5 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
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 5
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 5
4141
- name: Check file encoding
@@ -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)