We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5447db1 commit 78601ccCopy full SHA for 78601cc
.github/workflows/main.yaml
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- uses: actions/checkout@v4
43
- name: Install Python and UV
44
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
45
with:
46
python-version: ${{ env.PYTHON_VERSION }}
47
- name: Install dependencies
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments