diff --git a/.github/workflows/build-x86-image.yaml b/.github/workflows/build-x86-image.yaml index 080de6c2c73..4018ea59e05 100644 --- a/.github/workflows/build-x86-image.yaml +++ b/.github/workflows/build-x86-image.yaml @@ -465,7 +465,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -625,7 +625,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -756,7 +756,7 @@ jobs: fi - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -906,7 +906,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1060,7 +1060,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1133,7 +1133,7 @@ jobs: - uses: actions/checkout@v4 - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1181,7 +1181,7 @@ jobs: - uses: actions/checkout@v4 - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1227,7 +1227,7 @@ jobs: - uses: actions/checkout@v4 - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1275,7 +1275,7 @@ jobs: - uses: actions/checkout@v4 - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1365,7 +1365,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1466,7 +1466,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1561,7 +1561,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1628,7 +1628,7 @@ jobs: - uses: actions/checkout@v4 - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1736,7 +1736,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1860,7 +1860,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1957,7 +1957,7 @@ jobs: fi - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -2068,7 +2068,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -2182,7 +2182,7 @@ jobs: restore-keys: ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86- - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true diff --git a/.github/workflows/scheduled-e2e.yaml b/.github/workflows/scheduled-e2e.yaml index 8efae285997..2a5792c4d3f 100644 --- a/.github/workflows/scheduled-e2e.yaml +++ b/.github/workflows/scheduled-e2e.yaml @@ -73,7 +73,7 @@ jobs: path: test/e2e/k8s-network/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -159,7 +159,7 @@ jobs: path: test/e2e/k8s-network/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -222,7 +222,7 @@ jobs: path: test/e2e/k8s-network/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -298,7 +298,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -374,7 +374,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -430,7 +430,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -481,7 +481,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -534,7 +534,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -606,7 +606,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -680,7 +680,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -751,7 +751,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -805,7 +805,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -882,7 +882,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -971,7 +971,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1071,7 +1071,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ env.VERSION_TO }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1135,7 +1135,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1211,7 +1211,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true @@ -1282,7 +1282,7 @@ jobs: path: test/e2e/kube-ovn/branches/${{ matrix.branch }} - name: Install kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: version: ${{ env.KIND_VERSION }} install_only: true