Skip to content

Commit e0bdcd7

Browse files
authored
Merge pull request #247 from hhenson/dependabot/github_actions/astral-sh/setup-uv-8.0.0
ci: bump astral-sh/setup-uv from 7.5.0 to 8.0.0
2 parents b93d38d + f29e76f commit e0bdcd7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
${{ runner.os }}-uvpip-
3030
3131
# Build the ABI3 wheel against the 3.12 stable ABI baseline.
32-
- uses: astral-sh/setup-uv@v7.5.0
32+
- uses: astral-sh/setup-uv@v8.0.0
3333
with:
3434
python-version: '3.12'
3535

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Setup uv (Python 3.12)
27-
uses: astral-sh/setup-uv@v7.5.0
27+
uses: astral-sh/setup-uv@v8.0.0
2828
with:
2929
python-version: '3.12'
3030

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "publish_testpypi=${{ inputs.publish_testpypi }}"
2727
2828
- name: Setup uv (Python 3.12 ABI3 baseline)
29-
uses: astral-sh/setup-uv@v7.5.0
29+
uses: astral-sh/setup-uv@v8.0.0
3030
with:
3131
python-version: '3.12'
3232

0 commit comments

Comments
 (0)