CI: bump "actions/checkout" to v3 for cross zoo matrix

actions/checkout@v2 is deprecated, accidently it was not updated in our
build definition
This commit is contained in:
Ilya Shipitsin 2023-04-08 13:32:31 +02:00 committed by William Lallemand
parent 895700bd32
commit 86a40f5de9

View File

@ -97,7 +97,7 @@ jobs:
sudo apt-get -yq --force-yes install \ sudo apt-get -yq --force-yes install \
gcc-${{ matrix.platform.arch }} \ gcc-${{ matrix.platform.arch }} \
${{ matrix.platform.libs }} ${{ matrix.platform.libs }}
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: install quictls - name: install quictls