Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency google/yamlfmt to v0.14.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 10, 2024
1 parent 27b997f commit 7dbcd5e
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
@@ -67,7 +67,7 @@ check-shell-formatting:
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

0 comments on commit 7dbcd5e

Please sign in to comment.