From 605a5633f95b763e27d367611f36ca69a5a26791 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 16 Aug 2025 13:29:46 +0100 Subject: [PATCH] Simplify chart releaser --- .github/workflows/release-chart.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 4815622..8c76f4a 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -22,8 +22,6 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v4 - with: - version: v3.6.3 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.7.0