CI: Also update the main workflow to use actions/checkout version 3

This commit is contained in:
Timothy Flynn 2022-11-03 09:09:07 -04:00 committed by Linus Groh
parent 0252d7291c
commit e1ac9c83b2

View file

@ -31,7 +31,7 @@ jobs:
arch: 'x86_64'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Set default Python to python 3.x, and set Python path such that pip install works properly
- uses: actions/setup-python@v4
with: