From b1f37a36df324ad1c2f452bdb2a6cb51da43910c Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 5 Oct 2021 20:14:54 +0200
Subject: [PATCH] Fixed lint chart action (#638)

---
 .github/workflows/verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 9e720612..f4fb72c0 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -15,7 +15,7 @@ jobs:
       - name: Fetch history
         run: git fetch --prune --unshallow        
       - name: Run lint
-        uses: helm/chart-testing-action@v2.1.0
+        uses: helm/chart-testing-action@v1.1.0
         with:
           command: lint
           config: .github/verify-config.yaml
-- 
GitLab