summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2023-04-08 13:32:31 +0200
committerWilliam Lallemand <wlallemand@haproxy.org>2023-04-14 10:05:09 +0200
commit86a40f5de9276e8f5d82a20b1bf72173fc8d9efa (patch)
treee7a18e4af8496c7231a83b479170f3c7add97416 /.github
parent895700bd325b1ceedba35bae4104633059ccd967 (diff)
downloadhaproxy-86a40f5de9276e8f5d82a20b1bf72173fc8d9efa.tar.gz
CI: bump "actions/checkout" to v3 for cross zoo matrix
actions/checkout@v2 is deprecated, accidently it was not updated in our build definition
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-zoo.yml2
1 files changed, 1 insertions, 1 deletions
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