From 5fbb1bc328630ed460471d359e5189c38e4eb035 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Mon, 15 Dec 2025 04:29:00 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.50.1 --- .github/workflows/release-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-helm-chart.yaml b/.github/workflows/release-helm-chart.yaml index 17618df42..3a8306799 100644 --- a/.github/workflows/release-helm-chart.yaml +++ b/.github/workflows/release-helm-chart.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Install yq - portable yaml processor - uses: mikefarah/yq@v4.30.5 + uses: mikefarah/yq@v4.50.1 - name: Install Helm uses: azure/setup-helm@v1