We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52852d8 + 48a818e commit 4923e09Copy full SHA for 4923e09
.github/workflows/build.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
19
- name: Set up Python
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
.github/workflows/lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
python-version: 3.11
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments