We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43629e commit 1e09586Copy full SHA for 1e09586
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
18
19
- name: Install uv
20
- uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # 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