Skip to content

Commit bc595aa

Browse files
committed
Bump GitHub actions
1 parent b7cc14f commit bc595aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
matrix:
1212
python-version: ["3.8", "3.9", "3.10"]
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v2
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-python@v4
1616
with:
1717
python-version: "${{ matrix.python-version }}"
1818
- name: Install tox
1919
run: python -m pip install tox tox-gh-actions
2020
- name: Run tox
2121
run: python -m tox
22-
- uses: codecov/codecov-action@v1
22+
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)