From 4fb36962ef836b6e0f1792601ad777cc5026f855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 23:38:59 +0000 Subject: [PATCH] build(deps): bump ghcr.io/devcontainers/features/github-cli Bumps ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/github-cli dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9b15dae..6736ed2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "dockerfile": "Dockerfile" }, "features": { - "ghcr.io/devcontainers/features/github-cli:1.0.13": { + "ghcr.io/devcontainers/features/github-cli:1.0.14": { "version": "2.67.0" } },