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 94
94
runs-on : ${{ matrix.platform }}
95
95
timeout-minutes : 75
96
96
steps :
97
- - uses : actions/checkout@v2
97
+ - uses : actions/checkout@v3
98
98
- name : Install Cygwin with Python
99
- uses : cygwin/cygwin-install-action@v1
99
+ uses : cygwin/cygwin-install-action@v2
100
100
with :
101
101
platform : x86_64
102
102
packages : >-
@@ -124,13 +124,13 @@ jobs:
124
124
runs-on : ubuntu-latest
125
125
timeout-minutes : 75
126
126
steps :
127
- - uses : actions/checkout@v2
127
+ - uses : actions/checkout@v3
128
128
- name : Install OS-level dependencies
129
129
run : |
130
130
sudo apt-get update
131
131
sudo apt-get install build-essential gfortran libopenblas-dev
132
132
- name : Setup Python
133
- uses : actions/setup-python@v2
133
+ uses : actions/setup-python@v4
134
134
with :
135
135
# Use a release that is not very new but still have a long life:
136
136
python-version : " 3.8"
You can’t perform that action at this time.
0 commit comments