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

chore(deps): update makefile #1978

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions makefile.d/20-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ bin/golangci-lint-$(GOLANGCI_VERSION): | $(BIN_DIR)

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

bin/yq: bin/yq-$(YQ_VERSION)
@ln -sf $(notdir $<) $@
Expand Down Expand Up @@ -206,7 +206,7 @@ bin/git-cliff-$(GITCLIFF_VERSION): | $(BIN_DIR)

TYPOS_BIN := $(BIN_DIR)/typos
# renovate: datasource=github-releases depName=crate-ci/typos versioning=semver
TYPOS_VERSION := 1.23.5
TYPOS_VERSION := 1.23.6
TYPOS_OSTYPE := $(OSTYPE)
TYPOS_ARCH := $(ARCHTYPE)
TYPOS_URL =
Expand Down