From 84aa16d8c3c92567b600aef5bd9adda8039ad760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20R=C3=B6der?= Date: Mon, 13 May 2024 17:08:18 +0200 Subject: [PATCH] Bump CI template version to fix Helm lint --- .github/workflows/helm-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index eb855bee..da9e8dcc 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint Helm chart - uses: bakdata/ci-templates/actions/helm-lint@v1.46.1 + uses: bakdata/ci-templates/actions/helm-lint@1.46.1 with: lint-config-path: ".github/lint-config.yaml" ref: ${{ github.ref_name }}