From cb6f407f6249ffbc86a0c106f803e9e46cbe9bcd Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Wed, 9 Jun 2021 07:51:20 +0200 Subject: [PATCH] fix chart testing step (#51) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3dd008..9cb20b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Run chart-testing (lint) - uses: helm/chart-testing-action@master + uses: helm/chart-testing-action@v2.0.1 with: command: lint config: .github/ct.yaml