Skip to content

Commit d7d4e59

Browse files
chore(deps): update dependency google/yamlfmt to v0.14.0
1 parent ac7be5e commit d7d4e59

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
@@ -81,7 +81,7 @@ check-shell-formatting:
8181
yaml-formatting-base:
8282
FROM +golang-base
8383
# renovate: datasource=github-releases depName=google/yamlfmt
84-
ENV YAMLFMT_VERSION="v0.10.0"
84+
ENV YAMLFMT_VERSION="v0.14.0"
8585
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
8686
COPY ".yamlfmt" "./"
8787
DO +COPY_CI_DATA

0 commit comments

Comments
 (0)