From 9e7b77c1717135ab5ab1b8e6be14a4b2be658d88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:42:50 +0000 Subject: [PATCH] chore(deps): update dependency opencontainers/runc to v1.5.1 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 575dba41..91010894 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.2 + ["runc"]=v1.5.1 # renovate: datasource=github-releases depName=containers/crun ["crun"]=1.26 )