From 5372720b0b62b813e7360dc24ec34c282b379ce9 Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:55:39 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- actions/docker/build-image/README.md | 2 +- actions/helm/generate-docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/docker/build-image/README.md b/actions/docker/build-image/README.md index 8821bd8e..5cf048d9 100644 --- a/actions/docker/build-image/README.md +++ b/actions/docker/build-image/README.md @@ -46,7 +46,7 @@ permissions: ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2 +- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@3256ec78f48fdaa4c9691c87dc7136fa561c456e # 0.30.3 with: # OCI registry where to pull and push images # This input is required. diff --git a/actions/helm/generate-docs/README.md b/actions/helm/generate-docs/README.md index 6ccbbf92..3e9576ef 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@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2 +- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@3256ec78f48fdaa4c9691c87dc7136fa561c456e # 0.30.3 with: # Working directory # Default: `${{ github.workspace }}`