Skip to content

Commit f163266

Browse files
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.93 -> 1.4.94) | Package | From | To | | --- | --- | --- | | github-cli | `2.89.0-1` | `2.90.0-1` | ## common-utils (1.4.93 -> 1.4.94) | Package | From | To | | --- | --- | --- | | jq | `1.8.1-1` | `1.8.1-2` | Co-authored-by: Bart Venter <bartventer@outlook.com>
1 parent ec694f5 commit f163266

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/common-utils/devcontainer-feature-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"name": "github-cli",
15-
"version": "2.89.0-1",
15+
"version": "2.90.0-1",
1616
"versionScheme": "archlinux"
1717
},
1818
{
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"name": "jq",
25-
"version": "1.8.1-1",
25+
"version": "1.8.1-2",
2626
"versionScheme": "archlinux"
2727
},
2828
{

src/common-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "common-utils",
3-
"version": "1.4.93",
3+
"version": "1.4.94",
44
"name": "Common Utilities",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/common-utils",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",

0 commit comments

Comments
 (0)