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 25e0123 commit 4619ff0Copy full SHA for 4619ff0
2 files changed
.github/workflows/codspeed.yml
@@ -32,7 +32,7 @@ jobs:
32
python-version: "3.13"
33
34
- name: Setup uv
35
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
+ uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
36
37
- name: Install dependencies
38
run: uv sync --dev
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
27
28
29
30
31
0 commit comments