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 a717917 commit a051818Copy full SHA for a051818
.github/workflows/pre-commit.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
32
with:
33
python-version: '3.13'
34
- - uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
+ - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
35
- name: detect method
36
id: detect
37
run: |
.github/workflows/uv-upgrade.yml
@@ -38,7 +38,7 @@ jobs:
38
if: github.event_name == 'pull_request'
39
40
persist-credentials: true
41
42
43
enable-cache: true
44
cache-dependency-glob: ''
0 commit comments