Skip to content

chore(deps): bump helm/kind-action from 1.10.0 to 1.12.0 #532

chore(deps): bump helm/kind-action from 1.10.0 to 1.12.0

chore(deps): bump helm/kind-action from 1.10.0 to 1.12.0 #532

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml