diff --git a/actions/helm/generate-docs/README.md b/actions/helm/generate-docs/README.md index 2645008a..00e2080a 100644 --- a/actions/helm/generate-docs/README.md +++ b/actions/helm/generate-docs/README.md @@ -35,7 +35,7 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@e68cac9a52f0a24cd3800fc723dc4899f647e42b # 0.33.0 with: # Working directory # Default: `${{ github.workspace }}` diff --git a/actions/helm/release-chart/README.md b/actions/helm/release-chart/README.md index 2eda3a91..69702d72 100644 --- a/actions/helm/release-chart/README.md +++ b/actions/helm/release-chart/README.md @@ -42,7 +42,7 @@ This action requires the following permissions on the repository: ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@e68cac9a52f0a24cd3800fc723dc4899f647e42b # 0.33.0 with: # OCI registry where to push chart. # See https://github.com/appany/helm-oci-chart-releaser#usage.