From 2bd21aeb8cd8b197ba3cf3cdfc6df5f7ec90c2c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 13:41:55 +0000 Subject: [PATCH] Update dependency opencontainers/runc to v1.4.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hack/github-actions-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/github-actions-setup b/hack/github-actions-setup index 32801379..575dba41 100755 --- a/hack/github-actions-setup +++ b/hack/github-actions-setup @@ -7,7 +7,7 @@ declare -A VERSIONS=( # renovate: datasource=github-releases depName=bats-core/bats-core ["bats"]=v1.13.0 # renovate: datasource=github-releases depName=opencontainers/runc - ["runc"]=v1.4.1 + ["runc"]=v1.4.2 # renovate: datasource=github-releases depName=containers/crun ["crun"]=1.26 )