From 3bf80b1b64709b21f0740a7b5a2e701e05fe7813 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 7 Jan 2021 21:56:03 +0530 Subject: [PATCH] Bump yamllint version to 1.25.0 https://packages.debian.org/testing/yamllint bumped the version, so the previous version no longer exists. --- scripts/install-www-gitlab-com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index bde92ce..9d57f79 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.24.2 +YAMLLINT_VERSION=1.25.0 echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list.d/testing.list apt update