From ac395fffe80897bb7862d34aff6dc597f38d1e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 13:28:16 +0000 Subject: [PATCH] Update build_bazel_integration_testing digest to 7d3e9ae --- internal_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal_deps.bzl b/internal_deps.bzl index fe270ce..832749c 100644 --- a/internal_deps.bzl +++ b/internal_deps.bzl @@ -23,10 +23,10 @@ def rules_helm_internal_deps(): http_archive, name = "build_bazel_integration_testing", urls = [ - "https://github.com/bazelbuild/bazel-integration-testing/archive/165440b2dbda885f8d1ccb8d0f417e6cf8c54f17.zip", + "https://github.com/bazelbuild/bazel-integration-testing/archive/7d3e9aee60e2320b1987b871cfaa85b0fca4fdd5.zip", ], - strip_prefix = "bazel-integration-testing-165440b2dbda885f8d1ccb8d0f417e6cf8c54f17", - sha256 = "2401b1369ef44cc42f91dc94443ef491208dbd06da1e1e10b702d8c189f098e3", + strip_prefix = "bazel-integration-testing-7d3e9aee60e2320b1987b871cfaa85b0fca4fdd5", + sha256 = "f4abdacd838a10a2ac01b813664a53ddf684bb3fedf25dc35765725740cc85e3", ) # Override bazel_skylib distribution to fetch sources instead