diff --git a/.github/workflows/get-changed-chart.yaml b/.github/workflows/get-changed-chart.yaml index ac033e8aa..3f4004ba9 100644 --- a/.github/workflows/get-changed-chart.yaml +++ b/.github/workflows/get-changed-chart.yaml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - - uses: helm/chart-testing-action@v2.4.0 + - uses: helm/chart-testing-action@v2.6.1 if: ${{ !inputs.chart }} - id: getChangedChart diff --git a/.github/workflows/get-changed-charts.yaml b/.github/workflows/get-changed-charts.yaml index 4746e5b4c..c4b24c85f 100644 --- a/.github/workflows/get-changed-charts.yaml +++ b/.github/workflows/get-changed-charts.yaml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: helm/chart-testing-action@v2.4.0 + - uses: helm/chart-testing-action@v2.6.1 - name: Get all charts id: getCharts diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index e6d0e4193..cc5be203c 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -43,7 +43,7 @@ jobs: python-version: 3.7 - run: ./.github/scripts/prepare-values.sh "charts/$CHART" - - uses: helm/chart-testing-action@v2.4.0 + - uses: helm/chart-testing-action@v2.6.1 - name: Lint chart run: ct lint --check-version-increment=false diff --git a/.github/workflows/validate-and-label-pullrequest.yaml b/.github/workflows/validate-and-label-pullrequest.yaml index 15ec2aecf..1501d1ad3 100644 --- a/.github/workflows/validate-and-label-pullrequest.yaml +++ b/.github/workflows/validate-and-label-pullrequest.yaml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: helm/chart-testing-action@v2.4.0 + - uses: helm/chart-testing-action@v2.6.1 - name: Conventional commit check uses: cocogitto/cocogitto-action@v3 with: