From b71a29071a921ac4f975de65bb6512e68dfaf134 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 25 Mar 2024 17:56:42 +0000
Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.35.2 to 4.43.1

Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.35.2 to 4.43.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](https://github.com/mikefarah/yq/compare/a198f72367ce9da70b564a2cc25399de8e27bf37...c35ec752e38ea0c096d3c44e13cfc0797ac394d8)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 27cedbe..cf70cbe 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
           git fetch --prune --unshallow
           echo "RELEASE_VERSION=$(git describe --abbrev=0 --tags | sed -e 's/^v//')" >> $GITHUB_ENV
       - name: Update image tags
-        uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # master
+        uses: mikefarah/yq@c35ec752e38ea0c096d3c44e13cfc0797ac394d8 # master
         with:
           cmd: |
             yq -i e '.version = "${{ env.RELEASE_VERSION }}"' chart/Chart.yaml