From 9ab1561466645203ae6825ea3acaf2195e17b8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:20:02 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.43.1 to 4.44.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.43.1 to 4.44.2. - [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/v4.43.1...v4.44.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/chart-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-update.yml b/.github/workflows/chart-update.yml index 09203680..bde9f75a 100644 --- a/.github/workflows/chart-update.yml +++ b/.github/workflows/chart-update.yml @@ -32,7 +32,7 @@ jobs: fi - name: Install yq - uses: mikefarah/yq@v4.43.1 + uses: mikefarah/yq@v4.44.2 - name: Checkout code uses: actions/checkout@v4