We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32eced0 commit c0d1c2bCopy full SHA for c0d1c2b
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.13'
24
25
- name: Install uv
26
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
+ uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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