Skip to content

Commit 5ab552b

Browse files
authored
chore: update yamlfmt to 0.21.0 (#5542)
1 parent 9f194b9 commit 5ab552b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gcb/format.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ steps:
9898
#!/usr/bin/env bash
9999
set -euv
100100
# Make three attempts to avoid download flakes.
101-
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0 || \
102-
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0 || \
103-
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0
101+
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0 || \
102+
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0 || \
103+
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0
104104
git ls-files -z -- '*.yaml' '*.yml' ':!:testdata/**' ':!:**/generated/**' ':!:librarian.yaml' | \
105105
xargs -0 yamlfmt
106106
V=$(sed -n 's/^version: *//p' librarian.yaml)

doc/contributor/howto-guide-set-up-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ We use `yamlfmt` to format hand-crafted YAML files (mostly GitHub Actions).
260260
Install and use with:
261261

262262
```bash
263-
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0
263+
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0
264264
```
265265

266266
use with:

0 commit comments

Comments
 (0)