Skip to content

Commit 709e887

Browse files
chore(deps): update dependency google/yamlfmt to v0.14.0
1 parent 700a1ac commit 709e887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ check-shell-formatting:
8686
yaml-formatting-base:
8787
FROM +golang-base
8888
# renovate: datasource=github-releases depName=google/yamlfmt
89-
ENV YAMLFMT_VERSION="v0.10.0"
89+
ENV YAMLFMT_VERSION="v0.14.0"
9090
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
9191
COPY ".yamlfmt" "./"
9292
DO +COPY_CI_DATA

0 commit comments

Comments
 (0)