File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-22.04
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : actions/setup-python@v5
26
+ - uses : actions/setup-python@v6
27
27
with :
28
28
python-version : 3.11
29
29
cache : pip
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@v5
28
+ - uses : actions/setup-python@v6
29
29
with :
30
30
python-version : " 3.10"
31
31
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
docker run ipyparallel-sshd ping -n 1 $env:computername
127
127
128
128
- name : Install Python ${{ matrix.python }}
129
- uses : actions/setup-python@v5
129
+ uses : actions/setup-python@v6
130
130
with :
131
131
python-version : ${{ matrix.python }}
132
132
cache : pip
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
106
106
- name : Install Python ${{ matrix.python }}
107
107
if : ${{ matrix.cluster_type != 'mpi' }}
108
- uses : actions/setup-python@v5
108
+ uses : actions/setup-python@v6
109
109
with :
110
110
python-version : ${{ matrix.python }}
111
111
You can’t perform that action at this time.
0 commit comments