File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 2929 buildstr : ${{ steps.publish-pretest.outputs.buildstr }}
3030 steps :
3131 - name : Set up Python 3.8
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : 3.8
3535 - uses : actions/checkout@v5
5757 python-version : ["3.9","3.10"]
5858 steps :
5959 - name : Set up Python 3.8
60- uses : actions/setup-python@v5
60+ uses : actions/setup-python@v6
6161 with :
6262 python-version : 3.8
6363 - name : Add conda to system path
9595 runs-on : ubuntu-latest
9696 steps :
9797 - name : Set up Python 3.8
98- uses : actions/setup-python@v5
98+ uses : actions/setup-python@v6
9999 with :
100100 python-version : 3.8
101101 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 4444 with :
4545 ref : ${{ steps.version.outputs.version }}
4646 - name : Set up Python 3.8
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : 3.8
5050 - name : Obtain install script
8585 needs : install-script-bash
8686 steps :
8787 - name : Set up Python 3.8
88- uses : actions/setup-python@v5
88+ uses : actions/setup-python@v6
8989 with :
9090 python-version : 3.8
9191 - name : Add conda to system path
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 ref : ${{ steps.version.outputs.version }}
123123 - name : Set up Python 3.8
124- uses : actions/setup-python@v5
124+ uses : actions/setup-python@v6
125125 with :
126126 python-version : 3.8
127127 - name : Obtain install script
@@ -167,7 +167,7 @@ jobs:
167167 needs : install-script-conda
168168 steps :
169169 - name : Set up Python 3.8
170- uses : actions/setup-python@v5
170+ uses : actions/setup-python@v6
171171 with :
172172 python-version : 3.8
173173 - name : Add conda to system path
You can’t perform that action at this time.
0 commit comments