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

Commit

Permalink
build(deps): update dependency mikefarah/yq to v4.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 8929019 commit 2c3f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.41.1
YQ_VERSION := 4.42.1

bin/yq: bin/yq-$(YQ_VERSION)
@ln -sf $(notdir $<) $@
Expand Down

0 comments on commit 2c3f758

Please sign in to comment.