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:
131131 runs-on : ${{ matrix.platform }}
132132 timeout-minutes : 75
133133 steps :
134- - uses : actions/checkout@v2
134+ - uses : actions/checkout@v3
135135 - name : Install Cygwin with Python
136- uses : cygwin/cygwin-install-action@v1
136+ uses : cygwin/cygwin-install-action@v2
137137 with :
138138 platform : x86_64
139139 packages : >-
@@ -187,13 +187,13 @@ jobs:
187187 runs-on : ubuntu-latest
188188 timeout-minutes : 75
189189 steps :
190- - uses : actions/checkout@v2
190+ - uses : actions/checkout@v3
191191 - name : Install OS-level dependencies
192192 run : |
193193 sudo apt-get update
194194 sudo apt-get install build-essential gfortran libopenblas-dev
195195 - name : Setup Python
196- uses : actions/setup-python@v2
196+ uses : actions/setup-python@v4
197197 with :
198198 # Use a release that is not very new but still have a long life:
199199 python-version : " 3.8"
You can’t perform that action at this time.
0 commit comments