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 2323 runs-on : ubuntu-22.04
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : 3.11
2929 cache : pip
Original file line number Diff line number Diff line change 2525 # commit with the main branch and previous releases.
2626 fetch-depth : 0
2727
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.10"
3131
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 docker run ipyparallel-sshd ping -n 1 $env:computername
127127
128128 - name : Install Python ${{ matrix.python }}
129- uses : actions/setup-python@v5
129+ uses : actions/setup-python@v6
130130 with :
131131 python-version : ${{ matrix.python }}
132132 cache : pip
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Install Python ${{ matrix.python }}
107107 if : ${{ matrix.cluster_type != 'mpi' }}
108- uses : actions/setup-python@v5
108+ uses : actions/setup-python@v6
109109 with :
110110 python-version : ${{ matrix.python }}
111111
You can’t perform that action at this time.
0 commit comments