Skip to content

Commit 0c11a4e

Browse files
authored
Merge pull request #55 from CardiacModelling/kwabenantim-patch-1
Update GitHub Actions
2 parents e6085a6 + 8cd2376 commit 0c11a4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
python-version: [3.7 ,3.8, 3.9, '3.10', 3.11]
1010
steps:
1111
- name: Checkout repository and submodules
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v4
1313
with:
1414
submodules: recursive
1515
- name: Checkout github repo (+ download lfs dependencies)
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
with:
1818
lfs: true
1919
- name: Checkout LFS objects
2020
run: git lfs checkout
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v1
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies

0 commit comments

Comments
 (0)