Skip to content

Commit 23f3ede

Browse files
committed
Update the actions
1 parent 8bed4a1 commit 23f3ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- {name: PyPy3, python: 'pypy-3.9', tox: pypy39}
2121
- {name: Style, python: '3.11', tox: flake8}
2222
steps:
23-
- uses: actions/checkout@v2
24-
- uses: actions/setup-python@v2
23+
- uses: actions/checkout@v3
24+
- uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python }}
2727
- name: Update pip

0 commit comments

Comments
 (0)