Skip to content

Commit 5b012c6

Browse files
renovate[bot]rolinh
authored andcommitted
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <[email protected]>
1 parent 4a1e7b3 commit 5b012c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# renovate: datasource=github-releases depName=helm/helm
2020
HELM_VERSION: v3.14.0
2121
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
22-
KIND_VERSION: v0.21.0
22+
KIND_VERSION: v0.22.0
2323
KIND_CONFIG: .github/kind-config.yaml
2424
# renovate: datasource=github-releases depName=cilium/cilium
2525
CILIUM_VERSION: v1.15.0
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
version: ${{ env.HELM_VERSION }}
4646
- name: Create kind cluster
47-
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
47+
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
4848
with:
4949
version: ${{ env.KIND_VERSION }}
5050
config: ${{ env.KIND_CONFIG }}

0 commit comments

Comments
 (0)