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.40.5 (#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 713e103 commit 82a6c9d
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.40.4
YQ_VERSION := 4.40.5

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

0 comments on commit 82a6c9d

Please sign in to comment.