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 4baab0d commit 78f31f1Copy full SHA for 78f31f1
.github/workflows/docs.yaml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v4
33
- name: Install uv
34
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86
35
with:
36
enable-cache: true
37
- name: Set up Python
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
--log-level=DEBUG \
28
--verbose
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
0 commit comments