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.
2 parents ca8962d + 6ee6add commit ddc0950Copy full SHA for ddc0950
3 files changed
.github/workflows/linting.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
# https://github.com/actions/setup-python
34
- name: Set up Python 3.11
35
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
36
with:
37
python-version: "3.11"
38
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Setup Python
28
29
30
python-version: "3.12"
31
.github/workflows/testing.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
67
- name: Set up Python ${{ matrix.python-version }}
68
69
70
python-version: ${{ matrix.python-version }}
71
0 commit comments