Skip to content

Commit 553819e

Browse files
chore(deps): update dependency google/yamlfmt to v0.14.0 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a9647c commit 553819e

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)