We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b558920 commit ed49ea8Copy full SHA for ed49ea8
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.14'
24
25
- name: Install uv
26
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
+ uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
27
28
- name: Check tag matches version files
29
run: |
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
- name: Install the latest version of uv and set the python version
19
20
with:
21
python-version: ${{ matrix.python-version }}
22
activate-environment: true
0 commit comments