Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 6c8c32f

Browse files
chore(deps): update makefile (#1978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a941a72 commit 6c8c32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile.d/20-tools.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ bin/golangci-lint-$(GOLANGCI_VERSION): | $(BIN_DIR)
114114

115115
YQ_BIN := $(BIN_DIR)/yq
116116
# renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
117-
YQ_VERSION := 4.44.2
117+
YQ_VERSION := 4.44.3
118118

119119
bin/yq: bin/yq-$(YQ_VERSION)
120120
@ln -sf $(notdir $<) $@
@@ -206,7 +206,7 @@ bin/git-cliff-$(GITCLIFF_VERSION): | $(BIN_DIR)
206206

207207
TYPOS_BIN := $(BIN_DIR)/typos
208208
# renovate: datasource=github-releases depName=crate-ci/typos versioning=semver
209-
TYPOS_VERSION := 1.23.5
209+
TYPOS_VERSION := 1.23.6
210210
TYPOS_OSTYPE := $(OSTYPE)
211211
TYPOS_ARCH := $(ARCHTYPE)
212212
TYPOS_URL =

0 commit comments

Comments
 (0)