Merge pull request #5651 from oscard0m/patch-3

ci(test-macos): upgrade actions/checkout to v3
This commit is contained in:
Andrey Rahmatullin 2022-10-03 17:12:35 +05:00 committed by GitHub
commit 029591616c
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@v4