From 007fe45c3bb617f05e06ec2927777a4aa995d1af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:36:08 +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 194483c..c3ce1fe 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,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)