From 86a40f5de9276e8f5d82a20b1bf72173fc8d9efa Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 8 Apr 2023 13:32:31 +0200 Subject: [PATCH] CI: bump "actions/checkout" to v3 for cross zoo matrix actions/checkout@v2 is deprecated, accidently it was not updated in our build definition --- .github/workflows/cross-zoo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-zoo.yml b/.github/workflows/cross-zoo.yml index e2a5816fa..f2c8d7ad8 100644 --- a/.github/workflows/cross-zoo.yml +++ b/.github/workflows/cross-zoo.yml @@ -97,7 +97,7 @@ jobs: sudo apt-get -yq --force-yes install \ gcc-${{ matrix.platform.arch }} \ ${{ matrix.platform.libs }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install quictls