Skip to content

Commit 2592c97

Browse files
chore(deps): update dependency google/yamlfmt to v0.14.0
1 parent 0cbeb8b commit 2592c97

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
@@ -108,7 +108,7 @@ check-shell-formatting:
108108
yaml-formatting-base:
109109
FROM +golang-base
110110
# renovate: datasource=github-releases depName=google/yamlfmt
111-
ENV YAMLFMT_VERSION="v0.10.0"
111+
ENV YAMLFMT_VERSION="v0.14.0"
112112
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
113113
COPY ".yamlfmt" "./"
114114
DO +COPY_CI_DATA

0 commit comments

Comments
 (0)