@@ -99,19 +99,19 @@ jobs:
99
99
100
100
steps :
101
101
- name : Checkout libCellML
102
- uses : actions/checkout@v3
102
+ uses : actions/checkout@v4
103
103
with :
104
104
ref : ${{ github.event.release.tag_name }}
105
105
106
106
- name : Checkout zlib
107
- uses : actions/checkout@v3
107
+ uses : actions/checkout@v4
108
108
with :
109
109
repository : OpenCMISS-Dependencies/zlib
110
110
path : zlib
111
111
ref : v1.2.3
112
112
113
113
- name : Checkout LibXml2
114
- uses : actions/checkout@v3
114
+ uses : actions/checkout@v4
115
115
with :
116
116
repository : OpenCMISS-Dependencies/libxml2
117
117
path : libxml2
@@ -293,7 +293,7 @@ jobs:
293
293
294
294
steps :
295
295
- name : Check out libCellML
296
- uses : actions/checkout@v3
296
+ uses : actions/checkout@v4
297
297
with :
298
298
ref : ${{ github.event.release.tag_name }}
299
299
@@ -327,7 +327,7 @@ jobs:
327
327
uses : ilammy/msvc-dev-cmd@v1
328
328
329
329
- name : Set up Python
330
- uses : actions/setup-python@v4
330
+ uses : actions/setup-python@v5
331
331
with :
332
332
python-version : ' 3.x'
333
333
@@ -376,20 +376,20 @@ jobs:
376
376
runs-on : macos-12
377
377
steps :
378
378
- name : Checkout libCellML
379
- uses : actions/checkout@v3
379
+ uses : actions/checkout@v4
380
380
with :
381
381
path : libcellml
382
382
ref : ${{ github.event.release.tag_name }}
383
383
384
384
- name : Checkout zlib
385
- uses : actions/checkout@v3
385
+ uses : actions/checkout@v4
386
386
with :
387
387
repository : OpenCMISS-Dependencies/zlib
388
388
path : zlib
389
389
ref : v1.2.3
390
390
391
391
- name : Checkout LibXml2
392
- uses : actions/checkout@v3
392
+ uses : actions/checkout@v4
393
393
with :
394
394
repository : OpenCMISS-Dependencies/libxml2
395
395
path : libxml2
0 commit comments