diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index 974c0e1..1243bbe 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -37,7 +37,7 @@ YARN_INSTALL_VERSION=1.21.1-1 # Install yamllint # We need the latest version # https://packages.debian.org/testing/yamllint -YAMLLINT_VERSION=1.23.0 +YAMLLINT_VERSION=1.24.2 echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list.d/testing.list apt update apt -t testing install -yq yamllint=${YAMLLINT_VERSION}-1