Skip to content

Commit 46a7cbc

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

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
@@ -48,7 +48,7 @@ golang-base:
4848
yaml-formatting-base:
4949
FROM +golang-base
5050
# renovate: datasource=github-releases depName=google/yamlfmt
51-
ENV YAMLFMT_VERSION="v0.15.0"
51+
ENV YAMLFMT_VERSION="v0.16.0"
5252
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
5353
COPY ".yamlfmt" "./"
5454
DO +COPY_CI_DATA

0 commit comments

Comments
 (0)