ci(tests-windows): upgrade actions/checkout to v3

This commit is contained in:
Oscar Dominguez 2022-10-01 19:38:16 +02:00 committed by GitHub
parent 1445ebd229
commit 9fcbf3bcbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
TOXENV: asyncio
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2