From 0bfafc52d761a83d683bf4418937578ef0dea352 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 12 Mar 2021 03:47:48 +0000 Subject: [PATCH] Update tools --- resources/linting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linting.json b/resources/linting.json index c1f090d5..ea95e0e3 100644 --- a/resources/linting.json +++ b/resources/linting.json @@ -47,7 +47,7 @@ "website": "https://github.com/j13k/yaml-lint", "command": { "phar-download": { - "phar": "https://github.com/j13k/yaml-lint/releases/download/1.1.3/yaml-lint.phar", + "phar": "https://github.com/j13k/yaml-lint/releases/download/1.1.4/yaml-lint.phar", "bin": "%target-dir%/yaml-lint" } },