File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - uses : actions/checkout@v5
8- - uses : actions/setup-python@v5
8+ - uses : actions/setup-python@v6
99 with :
1010 python-version : ' 3.13'
1111 - name : Install tox
Original file line number Diff line number Diff line change 1111 python-version : ['3.9', '3.14']
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717 allow-prereleases : true
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 id : get_bioblend_python_version
131131 run : echo "bioblend_python_version=$(echo "${{ matrix.tox_env }}" | sed -e 's/^py\([3-9]\)\([0-9]\+\)/\1.\2/')" >> $GITHUB_OUTPUT
132132 - name : Set up Python for BioBlend
133- uses : actions/setup-python@v5
133+ uses : actions/setup-python@v6
134134 with :
135135 python-version : ${{ steps.get_bioblend_python_version.outputs.bioblend_python_version }}
136136 allow-prereleases : true
@@ -139,7 +139,7 @@ jobs:
139139 python3 -m pip install --upgrade pip setuptools
140140 python3 -m pip install 'tox>=1.8.0'
141141 - name : Set up Python for Galaxy
142- uses : actions/setup-python@v5
142+ uses : actions/setup-python@v6
143143 with :
144144 python-version : ${{ matrix.galaxy_python_version }}
145145 - name : Run tests
You can’t perform that action at this time.
0 commit comments