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 16, 2024
1 parent f2508fc commit a45a682
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 @@ -103,7 +103,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
Expand Down

0 comments on commit a45a682

Please sign in to comment.