Skip to content

Commit 9544062

Browse files
authored
Merge pull request #378 from ImperialCollegeLondon/renovate/astral-sh-setup-uv-8.x
chore(deps): update astral-sh/setup-uv action to v8
2 parents 1e32211 + 6082a92 commit 9544062

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828

2929
- name: Install uv and set the python version
30-
uses: astral-sh/setup-uv@v7
30+
uses: astral-sh/setup-uv@v8.1.0
3131
with:
3232
version: "0.11.8"
3333
enable-cache: true

.github/workflows/ci-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6
2222

2323
- name: Install uv and set the python version
24-
uses: astral-sh/setup-uv@v7
24+
uses: astral-sh/setup-uv@v8.1.0
2525
with:
2626
version: "0.11.8"
2727
enable-cache: true

.github/workflows/create-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: main # Correct branch reference
2424

2525
- name: Install uv & dependencies
26-
uses: astral-sh/setup-uv@v7
26+
uses: astral-sh/setup-uv@v8.1.0
2727
with:
2828
# Install a specific version of uv.
2929
version: "0.11.8"

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "version=$VERSION" >> $GITHUB_OUTPUT
3434
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v7
36+
uses: astral-sh/setup-uv@v8.1.0
3737
with:
3838
# Install a specific version of uv.
3939
version: "0.11.8"

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v7
23+
uses: astral-sh/setup-uv@v8.1.0
2424
with:
2525
# Install a specific version of uv.
2626
version: "0.11.8"

.github/workflows/test-pypi-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.12"
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v7
24+
uses: astral-sh/setup-uv@v8.1.0
2525
with:
2626
version: "0.11.8"
2727

0 commit comments

Comments
 (0)