diff --git a/.github/workflows/bootzooka-helm-ci.yaml b/.github/workflows/bootzooka-helm-ci.yaml index 6cd318ef8..09326a9d5 100644 --- a/.github/workflows/bootzooka-helm-ci.yaml +++ b/.github/workflows/bootzooka-helm-ci.yaml @@ -137,12 +137,12 @@ jobs: - name: Publish Helm Chart id: helm-publish-chart - uses: stefanprodan/helm-gh-pages@v1.2.0 + uses: stefanprodan/helm-gh-pages@v1.7.0 with: token: ${{ secrets.CR_TOKEN }} charts_dir: helm charts_url: https://softwaremill.github.io/sml-helm-public-repo owner: softwaremill repository: sml-helm-public-repo - helm_version: 3.7.1 + helm_version: 3.10.0 linting: off