From 8a3cbf2fdd450f7e0a113086f234780744025901 Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 08:25:36 -0400 Subject: [PATCH] chore(deps): update bootstrap tools to latest versions (#1807) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a98c6966..b4b6dce89 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ GORELEASER_VERSION := v1.18.2 YAJSV_VERSION := v1.4.1 COSIGN_VERSION := v1.13.1 QUILL_VERSION := v0.2.0 -GLOW_VERSION := v1.5.0 +GLOW_VERSION := v1.5.1 # Formatting variables ################################# BOLD := $(shell tput -T linux bold)