From b9cde00c98010e9db6181f5017c995dd89028a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 04:58:01 +0000 Subject: [PATCH] chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35f243f..2e0bd6a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ check-shell-formatting: docker run --rm -v $(PWD):/workspace -w /workspace -u $(UID):$(GID) mvdan/shfmt:$(SHFMT_VERSION) --simplify --diff ci/* # renovate: depName=ghcr.io/google/yamlfmt -YAMLFMT_VERSION=0.17.1@sha256:4aef3416c720c378e8faeb2b96faebdd092058fe8860a868fdb33c8ed5d50a5d +YAMLFMT_VERSION=0.17.2@sha256:fa6874890092db69f35ece6a50e574522cae2a59b6148a1f6ac6d510e5bcf3cc check-yaml-formatting: docker pull ghcr.io/google/yamlfmt:$(YAMLFMT_VERSION)