File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ jobs:
131
131
runs-on : ${{ matrix.platform }}
132
132
timeout-minutes : 75
133
133
steps :
134
- - uses : actions/checkout@v2
134
+ - uses : actions/checkout@v3
135
135
- name : Install Cygwin with Python
136
- uses : cygwin/cygwin-install-action@v1
136
+ uses : cygwin/cygwin-install-action@v2
137
137
with :
138
138
platform : x86_64
139
139
packages : >-
@@ -187,13 +187,13 @@ jobs:
187
187
runs-on : ubuntu-latest
188
188
timeout-minutes : 75
189
189
steps :
190
- - uses : actions/checkout@v2
190
+ - uses : actions/checkout@v3
191
191
- name : Install OS-level dependencies
192
192
run : |
193
193
sudo apt-get update
194
194
sudo apt-get install build-essential gfortran libopenblas-dev
195
195
- name : Setup Python
196
- uses : actions/setup-python@v2
196
+ uses : actions/setup-python@v4
197
197
with :
198
198
# Use a release that is not very new but still have a long life:
199
199
python-version : " 3.8"
You can’t perform that action at this time.
0 commit comments