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 23fdfe2 commit 30f82bdCopy full SHA for 30f82bd
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install dependencies
@@ -37,7 +37,7 @@ jobs:
37
38
39
- name: Set up Python 3.9
40
41
42
python-version: 3.9
43
0 commit comments