Skip to content

Commit 9b7e6f8

Browse files
committed
[CI] pin setup-uv action to commit hash
1 parent 5e15c84 commit 9b7e6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@v6
28+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
enable-cache: true

0 commit comments

Comments
 (0)