Updated to GHA checkout@v3 to avoid deprecation warnings.

This commit is contained in:
Andrey Semashev 2022-10-18 17:59:59 +03:00
parent a1231d1ff4
commit 46a785e32d

View File

@ -301,7 +301,7 @@ jobs:
fi fi
git config --global pack.threads 0 git config --global pack.threads 0
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Install packages - name: Install packages
if: matrix.install if: matrix.install