Skip to content

Commit 800bd52

Browse files
chore(deps): bump the github-actions group with 3 updates (#6)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) and [losisin/helm-docs-github-action](https://github.com/losisin/helm-docs-github-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `updatecli/updatecli-action` from 3.1.3 to 3.3.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](updatecli/updatecli-action@2c3221b...5bda7da) Updates `losisin/helm-docs-github-action` from 1.8.0 to 2.0.0 - [Release notes](https://github.com/losisin/helm-docs-github-action/releases) - [Commits](losisin/helm-docs-github-action@2ccf3e7...3a4528e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: updatecli/updatecli-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: losisin/helm-docs-github-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aeba18b commit 800bd52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/helm-check-releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
fetch-depth: 0
2020

@@ -25,7 +25,7 @@ jobs:
2525
echo "current_release=$current_release" >> $GITHUB_OUTPUT
2626
2727
- name: Install updatecli
28-
uses: updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990 # v3.1.3
28+
uses: updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf # v3.3.0
2929

3030
- name: Update dependencies
3131
run: |
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Update README.md Helm Chart
4848
if: steps.check_changes.outputs.release_changed == 'true'
49-
uses: losisin/helm-docs-github-action@2ccf3e77eb70dc80d62f8cc26f15d0a96b75fef4 # v1.8.0
49+
uses: losisin/helm-docs-github-action@3a4528e97c49a5e83de6b78c50c61c8ee5c9f944 # v2.0.0
5050
with:
5151
chart-search-root: charts/self-learning-platform
5252

0 commit comments

Comments
 (0)