Skip to content

Commit d5663f2

Browse files
chore(deps): update dependency google/yamlfmt to v0.16.0 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44a9eb4 commit d5663f2

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.15.0"
84+
ENV YAMLFMT_VERSION="v0.16.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)