Skip to content

Commit 131a5ef

Browse files
shyuepclaude
andcommitted
Pin setup-uv to v8.1.0
astral-sh/setup-uv has not yet published a rolling v8 major-version tag (only v8.0.0 and v8.1.0 exist), so @v8 fails to resolve. Pin to v8.1.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d3b7e32 commit 131a5ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Install uv with python version.
16-
uses: astral-sh/setup-uv@v8
16+
uses: astral-sh/setup-uv@v8.1.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
enable-cache: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v6
3333
- name: Install uv with python version.
34-
uses: astral-sh/setup-uv@v8
34+
uses: astral-sh/setup-uv@v8.1.0
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
enable-cache: true
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v6
6161
- name: Install uv with python version.
62-
uses: astral-sh/setup-uv@v8
62+
uses: astral-sh/setup-uv@v8.1.0
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565
enable-cache: true

0 commit comments

Comments
 (0)