We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa40bc7 commit 28ecd67Copy full SHA for 28ecd67
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Install uv
20
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
21
22
- name: Set up Python ${{ matrix.python-version }}
23
run: uv python install ${{ matrix.python-version }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
- name: Set up Python
run: uv python install 3.12
0 commit comments