Skip to content

Commit 1ed2ac1

Browse files
chore(deps): bump the github-actions group with 2 updates (#36)
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](updatecli/updatecli-action@4b17f4e...2cc8e6d) 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](losisin/helm-docs-github-action@6f95757...2ccf3e7) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29c8786 commit 1ed2ac1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "current_release=$current_release" >> $GITHUB_OUTPUT
2626
2727
- name: Install updatecli
28-
uses: updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c # v2.100.0
28+
uses: updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e # v3.0.0
2929

3030
- name: Update dependencies
3131
run: |
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Update README.md Helm Chart
5050
if: steps.check_changes.outputs.release_changed == 'true'
51-
uses: losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
51+
uses: losisin/helm-docs-github-action@2ccf3e77eb70dc80d62f8cc26f15d0a96b75fef4 # v1.8.0
5252
with:
5353
chart-search-root: charts
5454

.github/workflows/helm-check-steampipe-major-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cat .github/updatecli/helm-dependencies.yaml
3333
3434
- name: Install updatecli
35-
uses: updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c # v2.100.0
35+
uses: updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e # v3.0.0
3636

3737
- name: Update dependencies
3838
run: |
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4444

4545
- name: Update README.md Helm Chart
46-
uses: losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
46+
uses: losisin/helm-docs-github-action@2ccf3e77eb70dc80d62f8cc26f15d0a96b75fef4 # v1.8.0
4747
with:
4848
chart-search-root: charts
4949

.github/workflows/helm-check-steampipe-minor-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cat .github/updatecli/helm-dependencies.yaml
3434
3535
- name: Install updatecli
36-
uses: updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c # v2.100.0
36+
uses: updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e # v3.0.0
3737

3838
- name: Update dependencies
3939
run: |
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4545

4646
- name: Update README.md Helm Chart
47-
uses: losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
47+
uses: losisin/helm-docs-github-action@2ccf3e77eb70dc80d62f8cc26f15d0a96b75fef4 # v1.8.0
4848
with:
4949
chart-search-root: charts
5050

0 commit comments

Comments
 (0)