diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index 5c48f415..6df67d86 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -8,8 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint Helm chart - uses: bakdata/ci-templates/actions/helm-lint@v1.13.5 + uses: bakdata/ci-templates/actions/helm-lint@1.46.2 with: lint-config-path: ".github/lint-config.yaml" ref: ${{ github.ref_name }} - check-version-increment: false diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 1ef58ea4..51db65cf 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -31,7 +31,7 @@ jobs: call-workflow-passing-data: name: Publish Helm chart - uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.46.0 + uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.46.2 needs: get-gradle-version with: charts-path: "./charts"