]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: bump "actions/checkout" to v3 for cross zoo matrix
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 8 Apr 2023 11:32:31 +0000 (13:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 14 Apr 2023 08:05:09 +0000 (10:05 +0200)
actions/checkout@v2 is deprecated, accidently it was not updated in our
build definition

.github/workflows/cross-zoo.yml

index e2a5816fa3f137b2806e7212f33f57603d63671e..f2c8d7ad8a4deeee31a2df243560473b0074da59 100644 (file)
@@ -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