From 2b1aa575b68ddec6d78fe906cee9f1e00c397f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:31:19 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.42.1 to 4.44.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.42.1 to 4.44.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/9adde1ac14bb283b8955d2b0d567bcaf3c69e639...557dcb87b8efe786f89a12c09e9046b4753ab72e) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... 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 617ca6809..79c12bda0 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@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 # v4.42.1 + uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1 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 aada8e1d4..8f80c7142 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@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 # v4.42.1 + uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1 with: cmd: yq eval '.version' './charts/metrics-server/Chart.yaml' - name: Get chart app version id: chart_app_version - uses: mikefarah/yq@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 # v4.42.1 + uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1 with: cmd: yq eval '.appVersion' './charts/metrics-server/Chart.yaml'