From 4e52eeccc7b45bea206b2a15231b125982816b53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:05:36 +0000 Subject: [PATCH] deps: update dependency alexellis/k3sup to v0.13.12 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a868382..ac128d84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: - name: Setup k3sup env: - K3SUP_VERSION: 0.13.11 # renovate: datasource=github-releases depName=alexellis/k3sup + K3SUP_VERSION: 0.13.12 # renovate: datasource=github-releases depName=alexellis/k3sup run: | curl https://github.com/alexellis/k3sup/releases/download/$K3SUP_VERSION/k3sup -sSL -o /usr/local/bin/k3sup chmod +x /usr/local/bin/k3sup