We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7d7da commit 12a65afCopy full SHA for 12a65af
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18
19
- name: Install uv
20
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
+ uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 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