Update action/checkout to v3
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index eef1755..a7b23d6 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml
@@ -252,14 +252,14 @@ sudo apt install -y ${EXTRA_PACKAGES} - name: Checkout the source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false fetch-depth: 1 #- name: Checkout VC9 for Python # if: ${{ runner.os == 'Windows' && matrix.build_system == 'python' && matrix.python_version == '2.7' }} - # uses: actions/checkout@v2 + # uses: actions/checkout@v3 # with: # repository: reider-roque/sulley-win-installer # path: third_party/VCForPython27