Skip to content

Commit

Permalink
chore: bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [helm/chart-testing-action](https://github.com/helm/chart-testing-action) and [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action).


Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.6.1...v2.7.0)

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: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: helm/chart-releaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 976e3c2 commit b1e49c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- id: 'set-up-chart-testing'
name: Install Chart Testing CLI
uses: 'helm/chart-testing-action@v2.6.1'
uses: 'helm/chart-testing-action@v2.7.0'
with:
version: 'v3.8.0'
if: steps.list-changed-test.outputs.any_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: 'helm repo add cockroachdb https://charts.cockroachdb.com/'

- id: 'release'
uses: 'helm/chart-releaser-action@v1.6.0'
uses: 'helm/chart-releaser-action@v1.7.0'
env:
CR_GENERATE_RELEASE_NOTES: 'true'
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit b1e49c2

Please sign in to comment.