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 0fa0e8f commit e4b8749Copy full SHA for e4b8749
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
python-version: ['3.14']
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
17
- name: Filter changed file paths to outputs
18
uses: dorny/paths-filter@v3.0.2
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Install uv
uses: astral-sh/setup-uv@v5
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments