From 5fcad81fc20498177f9c528ddf8399a5dfb00493 Mon Sep 17 00:00:00 2001 From: Ween Jiann <16207788+lwj5@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:53:04 +0800 Subject: [PATCH] Update release chart action (#482) --- .github/workflows/release-chart.yaml | 10 ++++++---- .github/workflows/test-charts.yaml | 2 -- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 95e8789..90c5dc3 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -12,21 +12,23 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - uses: azure/setup-helm@v1 - id: install + - name: Set up Helm + uses: azure/setup-helm@v3 - name: Add Helm repos run: | helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.1 + uses: helm/chart-releaser-action@v1.4.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/test-charts.yaml b/.github/workflows/test-charts.yaml index 121b447..1412064 100644 --- a/.github/workflows/test-charts.yaml +++ b/.github/workflows/test-charts.yaml @@ -18,8 +18,6 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v3 - with: - version: v3.10.0 - uses: actions/setup-python@v4 with: