Skip to content

Commit 78601cc

Browse files
committed
chore: pin uv to commit hash
1 parent 5447db1 commit 78601cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Install Python and UV
44-
uses: astral-sh/setup-uv@v5
44+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
4545
with:
4646
python-version: ${{ env.PYTHON_VERSION }}
4747
- name: Install dependencies
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v4
6565
- name: Install Python and UV
66-
uses: astral-sh/setup-uv@v5
66+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
6767
with:
6868
python-version: ${{ env.PYTHON_VERSION }}
6969
- name: Install dependencies

0 commit comments

Comments
 (0)