From 70dd11e78cbdd378a1ff0498f31985e5abb2e9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:22:54 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.44.3 to 4.44.5 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.3 to 4.44.5. - [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.44.3...v4.44.5) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... 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 0da34195..ca53846b 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.44.3 + uses: mikefarah/yq@v4.44.5 - name: Checkout code uses: actions/checkout@v4