Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group in /actions/helm/release-chart with 2 updates: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [azure/setup-helm](https://github.com/azure/setup-helm).


Updates `hoverkraft-tech/ci-github-common` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.13.1...0.13.2)

Updates `azure/setup-helm` from 3.5 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.5...v4)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Apr 12, 2024
1 parent 83db57c commit 1803120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/helm/release-chart/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].2

- id: chart-values-updates
uses: actions/[email protected]
Expand Down Expand Up @@ -113,7 +113,7 @@ runs:
yq -i '.name = "${{ github.event.repository.name }}" | .version = "${{ inputs.tag }}" | .appVersion = "${{ inputs.tag }}"' ${{ inputs.path }}/Chart.yaml
${{ steps.chart-values-updates.outputs.yq-command }}
- uses: azure/setup-helm@v3.5
- uses: azure/setup-helm@v4
with:
token: ${{ inputs.github-token }}

Expand Down

0 comments on commit 1803120

Please sign in to comment.