Skip to content

Commit

Permalink
chore(deps): update dependency google/yamlfmt to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 36d7d5e commit 077f4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ golang-base:
yaml-formatting-base:
FROM +golang-base
# renovate: datasource=github-releases depName=google/yamlfmt
ENV YAMLFMT_VERSION="v0.10.0"
ENV YAMLFMT_VERSION="v0.14.0"
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
COPY ".yamlfmt" "./"
DO +COPY_CI_DATA
Expand Down

0 comments on commit 077f4c8

Please sign in to comment.