File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-20.04
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : actions/setup-python@v4
26
+ - uses : actions/setup-python@v5
27
27
with :
28
28
python-version : 3.8
29
29
Original file line number Diff line number Diff line change 25
25
# commit with the main branch and previous releases.
26
26
fetch-depth : 0
27
27
28
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v5
29
29
with :
30
30
python-version : " 3.10"
31
31
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
112
112
- name : Install Python ${{ matrix.python }}
113
113
if : ${{ matrix.cluster_type != 'mpi' }}
114
- uses : actions/setup-python@v4
114
+ uses : actions/setup-python@v5
115
115
with :
116
116
python-version : ${{ matrix.python }}
117
117
You can’t perform that action at this time.
0 commit comments