We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 035d0d9 + 2ddd8fc commit b47fc6dCopy full SHA for b47fc6d
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Install uv (for Python scripts and pytest)
59
if: matrix.os != 'windows-latest'
60
- uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
+ uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
61
with:
62
version: "0.9.17" # Pinned for reproducible CI
63
0 commit comments