From 0aa1632f0f780d72be309e3af10467b98e634894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:40:34 +0000 Subject: [PATCH] build(deps): bump mikefarah/yq from 4.44.2 to 4.44.3 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.2 to 4.44.3. - [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/f15500b20a1c991c8729870ba60a4dc3524b6a94...bbdd97482f2d439126582a59689eb1c855944955) --- 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 b7692b7e1..483b92bff 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -48,7 +48,7 @@ jobs: - name: Get chart version id: chart_version if: steps.changes.outputs.changed == 'true' - uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 + uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 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 ee78bc7f7..b7b2b9337 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -28,13 +28,13 @@ jobs: - name: Get chart version id: chart_version - uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 + uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 with: cmd: yq eval '.version' './charts/metrics-server/Chart.yaml' - name: Get chart app version id: chart_app_version - uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 + uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 with: cmd: yq eval '.appVersion' './charts/metrics-server/Chart.yaml'