We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6134c6b commit 2a52dd4Copy full SHA for 2a52dd4
.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@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
+ uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
27
28
- name: Check tag matches pyproject.toml version
29
run: |
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
22
- name: Install dependencies
run: uv sync --extra dev
0 commit comments