We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aac50c9 + 383bc1f commit 6b64aa8Copy full SHA for 6b64aa8
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ jobs:
23
contents: write
24
id-token: write
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
27
with:
28
ref: ${{ github.ref_name }}
29
fetch-depth: 0
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
python-version: ["3.10", "3.11", "3.12", "3.13"]
17
18
19
20
21
- name: Install uv
22
uses: astral-sh/setup-uv@v5
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
37
38
39
40
41
0 commit comments