We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf0b6db + ab33880 commit 7639f79Copy full SHA for 7639f79
2 files changed
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up Python
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
19
with:
20
python-version: "3.10"
21
.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