Skip to content

Commit e8e9cb1

Browse files
amannocciclaude
andcommitted
ci: pin astral-sh/setup-uv to v8.0.0
Use specific commit hash for reproducible CI runs. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 040fa6e commit e8e9cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v8
20+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2121

2222
- name: Run tests
2323
run: uv run poe test

0 commit comments

Comments
 (0)