From 6cacd66cb2c20dc864c6baa63c3cc230ad6b0d79 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 5 Sep 2026 01:21:24 +0000 Subject: [PATCH] build: Automated lockfile update This PR updates the devcontainer features to the latest versions detected by the 'scripts/feature_lock.sh' script. :robot: This PR was created by a GitHub Action # Features Changelog ## common-utils (1.4.130 -> 1.4.131) | Package | From | To | | --- | --- | --- | | github-cli | `2.99.0-1` | `2.100.0-1` | Co-authored-by: Bart Venter --- src/common-utils/devcontainer-feature-lock.json | 2 +- src/common-utils/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-utils/devcontainer-feature-lock.json b/src/common-utils/devcontainer-feature-lock.json index ef01d8c..c5c1d01 100644 --- a/src/common-utils/devcontainer-feature-lock.json +++ b/src/common-utils/devcontainer-feature-lock.json @@ -12,7 +12,7 @@ }, { "name": "github-cli", - "version": "2.99.0-1", + "version": "2.100.0-1", "versionScheme": "archlinux" }, { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index a5c6da9..1dae23d 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.4.130", + "version": "1.4.131", "name": "Common Utilities", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/common-utils", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",