There was an error while loading. Please reload this page.
2 parents 16ad316 + dc241c3 commit 00bf692Copy full SHA for 00bf692
3 files changed
.github/workflows/build_lint.yml
@@ -50,7 +50,7 @@ jobs:
50
steps:
51
- uses: actions/checkout@v7
52
- name: Set up Python ${{ matrix.python-version }}
53
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
54
with:
55
python-version: ${{ matrix.python-version }}
56
cache: 'pip'
.github/workflows/examples.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Set up Python
24
25
26
python-version: "3.14"
27
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout source
29
uses: actions/checkout@v7
30
31
32
33
34
- name: Install dependencies
0 commit comments