Skip to content

Commit 7db208d

Browse files
authored
Merge pull request #174 from lentzi90/renovate/google-yamlfmt-0.x
Update dependency google/yamlfmt to v0.19.0
2 parents 06a06ce + e84d7ae commit 7db208d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/yamlfmt/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": {
88
"type": "string",
99
"proposals": ["v0.14.0", "v0.16.0"],
10-
"default": "v0.18.1",
10+
"default": "v0.19.0",
1111
"description": "Select or enter yamlfmt version to install."
1212
}
1313
},

test/yamlfmt/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source dev-container-features-test-lib
2626

2727
# Feature-specific tests
2828
# The 'check' command comes from the dev-container-features-test-lib.
29-
check "version" yamlfmt -version | grep '0.18.1'
29+
check "version" yamlfmt -version | grep '0.19.0'
3030

3131
# Report result
3232
# If any of the checks above exited with a non-zero exit code, the test will fail.

0 commit comments

Comments
 (0)