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 7f2b845 commit bf55224Copy full SHA for bf55224
2 files changed
.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
20
- name: Set up uv with Python
21
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv
22
with:
23
python-version: "3.14"
24
enable-cache: true
.github/workflows/release.yml
0 commit comments