From 2a61c8b25bdfa5eb8150b7a07c3d73256f606d95 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:26:41 +0000 Subject: [PATCH] chore: [.devcontainer/setup.sh] Bump yq version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .devcontainer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index da7b669d..ed488966 100644 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -10,7 +10,7 @@ echo "================================" # Install yq (YAML processor) - required for JCasc configuration echo "📦 Installing yq YAML processor..." -YQ_VERSION="${YQ_VERSION:-v4.48.1}" +YQ_VERSION="${YQ_VERSION:-v4.48.2}" YQ_URL="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" # Try wget first, fall back to curl if unavailable