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 ac297ae commit 9d8d476Copy full SHA for 9d8d476
.github/workflows/lint.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
- name: Set up python
19
id: setup-python
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: '3.11'
23
.github/workflows/pypi-publish.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v5
11
12
- name: Set up Python
13
14
15
16
cache: 'pip'
0 commit comments