Skip to content

Commit 5574d42

Browse files
authored
Merge branch 'master' into ModelicaSystemDoE
2 parents 2c0f632 + f10a8e4 commit 5574d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/FMITest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: "Set up OpenModelica Compiler"
21-
uses: OpenModelica/[email protected].2
21+
uses: OpenModelica/[email protected].4
2222
with:
2323
version: ${{ matrix.omc-version }}
2424
packages: |

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: 'pre-commit run --all-files'
4242

4343
- name: "Set up OpenModelica Compiler"
44-
uses: OpenModelica/[email protected].2
44+
uses: OpenModelica/[email protected].4
4545
with:
4646
version: ${{ matrix.omc-version }}
4747
packages: |

0 commit comments

Comments
 (0)