Skip to content

Commit 4575c13

Browse files
committed
Upgrade 'uv' setup action to version 7 across all workflow files
1 parent 141775e commit 4575c13

27 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
- name: Install uv
58-
uses: astral-sh/setup-uv@v6
58+
uses: astral-sh/setup-uv@v7
5959
- name: Get full Python version
6060
id: full-python-version
6161
shell: bash

.github/workflows/bioblend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
python-version: ${{ steps.get_bioblend_python_version.outputs.bioblend_python_version }}
5656
- name: Install uv
57-
uses: astral-sh/setup-uv@v6
57+
uses: astral-sh/setup-uv@v7
5858
- name: Install tox
5959
run: uv tool install tox --with tox-uv
6060
- name: Set up Python for Galaxy

.github/workflows/check_test_class_names.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install uv
26-
uses: astral-sh/setup-uv@v6
26+
uses: astral-sh/setup-uv@v7
2727
- name: Install Python dependencies
2828
run: uv pip install --system -r requirements.txt -r lib/galaxy/dependencies/pinned-test-requirements.txt
2929
- name: Run tests

.github/workflows/converter_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Install uv
47-
uses: astral-sh/setup-uv@v6
47+
uses: astral-sh/setup-uv@v7
4848
- name: Move test data
4949
run: rsync -av --remove-source-files --exclude .git galaxy-test-data/ 'galaxy root/test-data/'
5050
- name: Install planemo

.github/workflows/cwl_conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install uv
50-
uses: astral-sh/setup-uv@v6
50+
uses: astral-sh/setup-uv@v7
5151
- name: Get full Python version
5252
id: full-python-version
5353
shell: bash

.github/workflows/db_indexes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
- name: Install uv
52-
uses: astral-sh/setup-uv@v6
52+
uses: astral-sh/setup-uv@v7
5353
- name: Get full Python version
5454
id: full-python-version
5555
shell: bash

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: '3.9'
1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v6
19+
uses: astral-sh/setup-uv@v7
2020
- name: Update dependencies
2121
run: make update-dependencies
2222
- name: Create pull request

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install uv
42-
uses: astral-sh/setup-uv@v6
42+
uses: astral-sh/setup-uv@v7
4343
- uses: nanasess/setup-chromedriver@v2
4444
- name: Run tests
4545
run: bash ./test/deployment/usegalaxystar.bash

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Install uv
39-
uses: astral-sh/setup-uv@v6
39+
uses: astral-sh/setup-uv@v7
4040
- name: Install Python dependencies
4141
run: uv pip install --system -r requirements.txt -r lib/galaxy/dependencies/dev-requirements.txt sphinxcontrib-simpleversioning
4242
- name: Add Google Analytics to doc/source/conf.py

.github/workflows/first_startup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install uv
42-
uses: astral-sh/setup-uv@v6
42+
uses: astral-sh/setup-uv@v7
4343
- name: Get full Python version
4444
id: full-python-version
4545
shell: bash

0 commit comments

Comments
 (0)