Bump yamllint version to 1.25.0

https://packages.debian.org/testing/yamllint bumped the version, so
the previous version no longer exists.
This commit is contained in:
Stan Hu 2021-01-07 21:56:03 +05:30
parent 1954bce3cb
commit 3bf80b1b64

View file

@ -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