Skip to content

Commit 10b1021

Browse files
authored
Merge branch 'main' into updatecli_main_f81029b217b5c356bd756c38d301d50576a01b436b0da13458658557e4da6cfe
2 parents 0499747 + 8ec132a commit 10b1021

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dockerDashComposeVersion": "v2"
99
},
1010
"ghcr.io/devcontainers/features/github-cli:1": {
11-
"version": "2.88.1"
11+
"version": "2.89.0"
1212
}
1313
},
1414

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "================================"
1010

1111
# Install yq (YAML processor) - required for JCasc configuration
1212
echo "📦 Installing yq YAML processor..."
13-
YQ_VERSION="${YQ_VERSION:-v4.52.4}"
13+
YQ_VERSION="${YQ_VERSION:-v4.52.5}"
1414
YQ_URL="https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64"
1515

1616
# Try wget first, fall back to curl if unavailable

0 commit comments

Comments
 (0)