From b950add481b3860cc613f98555c1a25f26c94ee9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:59:29 +0000 Subject: [PATCH] chore(deps): update dependency k3d-io/k3d to v5.8.2 (#339) | datasource | package | from | to | | ----------- | ---------- | ------ | ------ | | github-tags | k3d-io/k3d | v5.8.1 | v5.8.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index b4b788c..f389b64 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -26,7 +26,7 @@ runs: - name: Install k3d shell: bash # renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver - run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.8.1 bash + run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.8.2 bash - name: Install UDS CLI uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1