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 b917c55 + 64704e4 commit 9ca9742Copy full SHA for 9ca9742
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Set up Python
20
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
21
with:
22
python-version: "3.10"
23
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
submodules: true
27
28
- name: Set up Python ${{ matrix.python-version }}
29
30
31
python-version: ${{ matrix.python-version }}
32
0 commit comments