diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index eb089db2302..261c0a4258d 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -157,7 +157,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -229,7 +229,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -301,7 +301,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -373,7 +373,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -445,7 +445,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -518,7 +518,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 851e76534b2..277d3be5ed4 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -66,7 +66,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Run chart-testing (lint) id: lint @@ -180,7 +180,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Create k3d cluster - Attempt 1/3 continue-on-error: true