From f953744c1c8f00ab18c622dddd2e7fd3492ed3c3 Mon Sep 17 00:00:00 2001 From: Huy Dinh Date: Mon, 19 Sep 2022 11:01:31 +0200 Subject: [PATCH] build: fix github workflow --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 548c8acf..7d044020 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Run chart-testing (lint) - uses: helm/chart-testing-action@master + uses: helm/chart-testing-action@main with: command: lint config: .github/chart-testing.yaml @@ -75,7 +75,7 @@ jobs: with: node_image: kindest/node:${{ matrix.k8s }} - name: Run chart-testing (install) - uses: helm/chart-testing-action@master + uses: helm/chart-testing-action@main with: command: install config: .github/chart-testing.yaml \ No newline at end of file