From b57e7fc7cd3b2496c0cea442f561a398cb20470e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:04:02 +0000 Subject: [PATCH] chore(deps): update dependency rules_sh to v0.5.0 --- testing/posix/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/posix/WORKSPACE b/testing/posix/WORKSPACE index f98782d8..85a8c699 100644 --- a/testing/posix/WORKSPACE +++ b/testing/posix/WORKSPACE @@ -32,9 +32,9 @@ bazel_skylib_workspace() http_archive( name = "rules_sh", - sha256 = "23a4571ec8afc83db1eae99c0efd0b8b4fa1644069f0340a10f8859e086ba02c", - strip_prefix = "rules_sh-0.4.0", - urls = ["https://github.com/tweag/rules_sh/archive/v0.4.0.tar.gz"], + sha256 = "f96b39c5a07d38424b48b5cc2e5f4b820f2877682a0488faa43f0948def95e28", + strip_prefix = "rules_sh-0.5.0", + urls = ["https://github.com/tweag/rules_sh/archive/v0.5.0.tar.gz"], ) load("@rules_sh//sh:repositories.bzl", "rules_sh_dependencies")