From 85e4bc8ad9e1bd98041f2552eecb07f079dbe180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 04:13:14 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.2.0 to 1.5.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.5.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/94729529f85113b88f4f819c17ce61382e6d8478...d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance-k8s-network-policies.yaml | 2 +- .github/workflows/conformance-kind.yaml | 2 +- .github/workflows/tests-smoke-ipv6.yaml | 2 +- .github/workflows/tests-smoke.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conformance-k8s-network-policies.yaml b/.github/workflows/conformance-k8s-network-policies.yaml index 2a28f21ebb6a1..31392d6af1b4e 100644 --- a/.github/workflows/conformance-k8s-network-policies.yaml +++ b/.github/workflows/conformance-k8s-network-policies.yaml @@ -63,7 +63,7 @@ jobs: until curl --silent -f -lSL "https://quay.io/api/v1/repository/${{ github.repository_owner }}/operator-ci/tag/${{ steps.vars.outputs.tag }}/images" &> /dev/null; do sleep 45s; done - name: Create kind cluster - uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 + uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG }} diff --git a/.github/workflows/conformance-kind.yaml b/.github/workflows/conformance-kind.yaml index 087395e17b36a..40d0e5b5fbf1c 100644 --- a/.github/workflows/conformance-kind.yaml +++ b/.github/workflows/conformance-kind.yaml @@ -63,7 +63,7 @@ jobs: persist-credentials: false - name: Create kind cluster - uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 + uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 with: version: ${{ env.kind_version }} config: ${{ env.kind_config }} diff --git a/.github/workflows/tests-smoke-ipv6.yaml b/.github/workflows/tests-smoke-ipv6.yaml index 2847cfce64b56..1949d18f9fb78 100644 --- a/.github/workflows/tests-smoke-ipv6.yaml +++ b/.github/workflows/tests-smoke-ipv6.yaml @@ -77,7 +77,7 @@ jobs: sudo systemctl restart docker - name: Create kind cluster - uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 + uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG }} diff --git a/.github/workflows/tests-smoke.yaml b/.github/workflows/tests-smoke.yaml index d3604d57e6e9a..5fd0d791114b3 100644 --- a/.github/workflows/tests-smoke.yaml +++ b/.github/workflows/tests-smoke.yaml @@ -122,7 +122,7 @@ jobs: git diff --exit-code || (echo "please run 'make -C examples/kubernetes/connectivity-check all' and submit your changes"; exit 1) - name: Create kind cluster - uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 + uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG }}