From 19a39d1ee682d1507e03da11939e2bbb9eab81ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:56:41 +0000 Subject: [PATCH] chore(deps): update mvdan/shfmt docker tag to v3.12.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9524961..1827e00 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ check-rust-formatting: docker run $(DOCKER_RUN_OPTS) check-rust-formatting # renovate: depName=mvdan/shfmt -SHFMT_VERSION=v3.11.0-alpine@sha256:394d755b6007056a2e6d7537ccdbdcfca01b9855ba91e99df0166ca039c9d422 +SHFMT_VERSION=v3.12.0-alpine@sha256:204a4d2d876123342ad394bd9a28fb91e165abc03868790d4b39cfa73233f150 .PHONY: check-shell-formatting check-shell-formatting: