Skip to content

Commit dbc5d22

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

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