Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 219791f

Browse files
authoredFeb 8, 2025··
🌱 (chore): Bump the all-github-actions group across 1 directory with 2 updates
Bumps the all-github-actions group with 2 updates in the / directory: [azure/setup-helm](https://github.com/azure/setup-helm) and [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action). Updates `azure/setup-helm` from 3 to 4 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3...v4) Updates `helm/chart-releaser-action` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](helm/chart-releaser-action@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: helm/chart-releaser-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50be963 commit 219791f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/auto-release-helm-chart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
3333
# Install Helm
3434
- name: Install Helm
35-
uses: azure/setup-helm@v3
35+
uses: azure/setup-helm@v4
3636
with:
3737
version: v3.4.0
3838

3939
# Run chart-releaser action (https://github.com/helm/chart-releaser-action)
4040
- name: Run chart-releaser
41-
uses: helm/chart-releaser-action@v1.6.0
41+
uses: helm/chart-releaser-action@v1.7.0
4242
with:
4343
charts_dir: charts
4444
env:

0 commit comments

Comments
 (0)
Please sign in to comment.