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 f786bed commit 2d68188Copy full SHA for 2d68188
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- "3.11"
27
steps:
28
- uses: actions/checkout@v5
29
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
30
with:
31
python-version: ${{ matrix.python }}
32
- run: make init
.github/workflows/check_compatibility.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout the PR
14
uses: actions/checkout@v5
15
16
17
18
python-version: "3.10"
19
.github/workflows/schema.yml
@@ -16,7 +16,7 @@ jobs:
20
21
22
0 commit comments