Skip to content

Commit 0d09a29

Browse files
authored
Merge pull request #177 from tv2-oss/dependabot/github_actions/helm/kind-action-1.7.0
Bump helm/kind-action from 1.5.0 to 1.7.0
2 parents bb77716 + c1fa639 commit 0d09a29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chart-lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ct lint --config ./.github/configs/ct-lint.yaml
5656

5757
- name: Create kind cluster
58-
uses: helm/kind-action@v1.5.0
58+
uses: helm/kind-action@v1.7.0
5959
if: steps.list-changed.outputs.changed == 'true'
6060

6161
- name: Run chart-testing (install)

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: true
2020

2121
- name: Install KIND
22-
uses: helm/kind-action@v1.5.0
22+
uses: helm/kind-action@v1.7.0
2323
with:
2424
install_only: true
2525

.github/workflows/getting-started-usecase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: true
2020

2121
- name: Install KIND
22-
uses: helm/kind-action@v1.5.0
22+
uses: helm/kind-action@v1.7.0
2323
with:
2424
install_only: true
2525

0 commit comments

Comments
 (0)