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 337d804 commit be8ad98Copy full SHA for be8ad98
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
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
- uses: actions/setup-python@v1
41
42
python-version: 3.9
43
0 commit comments