From c92333421e144a523a54d4600b512c14cac7a324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:50:58 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) and [losisin/helm-docs-github-action](https://github.com/losisin/helm-docs-github-action). Updates `updatecli/updatecli-action` from 2.100.0 to 3.0.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/4b17f4ea784de29f71f85f9bc4955402ba1ae53c...2cc8e6d8e356d76b0280cdd03766c36596a0614e) Updates `losisin/helm-docs-github-action` from 1.7.1 to 1.8.0 - [Release notes](https://github.com/losisin/helm-docs-github-action/releases) - [Commits](https://github.com/losisin/helm-docs-github-action/compare/6f957579ac122ecc167bf515fe84e828686c9a15...2ccf3e77eb70dc80d62f8cc26f15d0a96b75fef4) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: losisin/helm-docs-github-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-check-releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-check-releases.yml b/.github/workflows/helm-check-releases.yml index 82672f0..92d4743 100644 --- a/.github/workflows/helm-check-releases.yml +++ b/.github/workflows/helm-check-releases.yml @@ -25,7 +25,7 @@ jobs: echo "current_release=$current_release" >> $GITHUB_OUTPUT - name: Install updatecli - uses: updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c # v2.100.0 + uses: updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e # v3.0.0 - name: Update dependencies run: | @@ -46,7 +46,7 @@ jobs: - name: Update README.md Helm Chart if: steps.check_changes.outputs.release_changed == 'true' - uses: losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1 + uses: losisin/helm-docs-github-action@2ccf3e77eb70dc80d62f8cc26f15d0a96b75fef4 # v1.8.0 with: chart-search-root: charts/self-learning-platform