Skip to content

Commit d98324b

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

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
@@ -103,7 +103,7 @@ check-shell-formatting:
103103
yaml-formatting-base:
104104
FROM +golang-base
105105
# renovate: datasource=github-releases depName=google/yamlfmt
106-
ENV YAMLFMT_VERSION="v0.14.0"
106+
ENV YAMLFMT_VERSION="v0.15.0"
107107
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
108108
COPY ".yamlfmt" "./"
109109
DO +COPY_CI_DATA

0 commit comments

Comments
 (0)