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 1cfa8f2 commit d8ecfa3Copy full SHA for d8ecfa3
.github/workflows/test.yml
@@ -10,9 +10,9 @@ jobs:
10
python-version: [3.6, 3.7, 3.8, 3.9]
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Install tox
0 commit comments