projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
895700b
)
CI: bump "actions/checkout" to v3 for cross zoo matrix
author
Ilya Shipitsin
<chipitsine@gmail.com>
Sat, 8 Apr 2023 11:32:31 +0000
(13:32 +0200)
committer
William 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
patch
|
blob
|
history
diff --git
a/.github/workflows/cross-zoo.yml
b/.github/workflows/cross-zoo.yml
index
e2a5816
..
f2c8d7a
100644
(file)
--- 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