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

Commit 1251a77

Browse files
committed
chore(deps): update dependency mikefarah/yq to v4.28.1
1 parent 6b2f567 commit 1251a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if ! type regctl >/dev/null 2>&1 || test "$(regctl version | jq -r .VCSTag | tr
9696
"https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regctl-linux-amd64"
9797
chmod +x "${docker_setup_cache}/bin/regctl"
9898
fi
99-
YQ_VERSION=4.27.5
99+
YQ_VERSION=4.28.1
100100
if ! type yq >/dev/null 2>&1 || test "$(yq --version | cut -d' ' -f4)" != "${YQ_VERSION}"; then
101101
debug "Installing yq"
102102
mkdir -p "${docker_setup_cache}/bin"

tools/yq/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: 4.27.5
2+
version: 4.28.1
33
check: ${binary} --version | cut -d' ' -f4
44
tags:
55
- type/cli

0 commit comments

Comments
 (0)