Skip to content

Commit f993f4d

Browse files
author
Nicholas Long
committed
Merge remote-tracking branch 'origin/develop' into abstract-out-modelica-version
2 parents db1e569 + 416e7a5 commit f993f4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ["3.10", "3.13"]
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v6
1818
with:

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414

1515
- name: Set up Python
1616
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)