We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78e841 commit b019273Copy full SHA for b019273
.github/workflows/pre-commit.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/setup-python@v5
31
with:
32
python-version: '3.13'
33
- - uses: astral-sh/setup-uv@v4
+ - uses: astral-sh/setup-uv@v5
34
- name: detect method
35
id: detect
36
run: |
.github/workflows/uv-upgrade.yml
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
37
if: github.event_name == 'pull_request'
38
39
40
41
enable-cache: true
42
cache-dependency-glob: ''
0 commit comments