From 3d5bb9ff5823b738022314281691f8badbc7f732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:37:08 +0000 Subject: [PATCH] build(deps): bump mikefarah/yq from 4.44.3 to 4.44.6 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.3 to 4.44.6. - [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/bbdd97482f2d439126582a59689eb1c855944955...4839dbbf80445070a31c7a9c1055da527db2d5ee) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test-chart.yaml | 2 +- .github/workflows/release-chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index 182455950..83673b81f 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -51,7 +51,7 @@ jobs: - name: Get chart version id: chart_version if: steps.changes.outputs.changed == 'true' - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@4839dbbf80445070a31c7a9c1055da527db2d5ee # v4.44.6 with: cmd: yq eval '.version' './charts/metrics-server/Chart.yaml' diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 1cddec5b8..db6db5a97 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -33,13 +33,13 @@ jobs: - name: Get chart version id: chart_version - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@4839dbbf80445070a31c7a9c1055da527db2d5ee # v4.44.6 with: cmd: yq eval '.version' './charts/metrics-server/Chart.yaml' - name: Get chart app version id: chart_app_version - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@4839dbbf80445070a31c7a9c1055da527db2d5ee # v4.44.6 with: cmd: yq eval '.appVersion' './charts/metrics-server/Chart.yaml'