ci(test-macos): upgrade actions/checkout to v3

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

View File

@ -10,7 +10,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2