Skip to content

Commit b0c0606

Browse files
Bump the actions group across 1 directory with 2 updates (#183)
Bumps the actions group with 2 updates in the / directory: [azure/setup-helm](https://github.com/azure/setup-helm) and [helm/kind-action](https://github.com/helm/kind-action). Updates `azure/setup-helm` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@b9e5190...1a275c3) Updates `helm/kind-action` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bfa5c0 commit b0c0606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: Set up Helm
79-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
79+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
8080
with:
8181
version: v3.17.0
8282

@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Create kind cluster
108108
if: steps.list-changed.outputs.changed == 'true'
109-
uses: helm/kind-action@v1.12.0
109+
uses: helm/kind-action@v1.13.0
110110

111111
- name: Run chart-testing (install)
112112
if: steps.list-changed.outputs.changed == 'true'

0 commit comments

Comments
 (0)