Skip to content

Commit ab7d45f

Browse files
committed
Upgrade actions version
1 parent 4422040 commit ab7d45f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
python -m pip install --upgrade pip
24+
python -m pip install --upgrade pip wheel
2525
pip install tox tox-gh-actions
2626
- name: Test with tox
2727
run: tox

0 commit comments

Comments
 (0)