Skip to content

Commit

Permalink
chore: bump helm/kind-action from 1.10.0 to 1.12.0 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [helm/kind-action](https://github.com/helm/kind-action).


Updates `helm/kind-action` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.10.0...v1.12.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent f1e9d3a commit 05331ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ct lint --config .github/linters/prometheus-prefect-exporter-ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
node_image: "kindest/node:v${{ matrix.kubernetes }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ct lint --config .github/linters/server-ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
node_image: "kindest/node:v${{ matrix.kubernetes }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/worker-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ct lint --config .github/linters/worker-ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
node_image: "kindest/node:v${{ matrix.kubernetes }}"

Expand Down

0 comments on commit 05331ee

Please sign in to comment.