diff --git a/.github/workflows/helm_chart.yml b/.github/workflows/helm_chart.yml index 0d1ff534b5..b4a36108ee 100644 --- a/.github/workflows/helm_chart.yml +++ b/.github/workflows/helm_chart.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 with: version: v3.12.0 @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Login to GitHub Container Registry (GHCR) run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io --username $GITHUB_ACTOR --password-stdin