From 5b80a9b519d4eb73e361c23d506625e173e801c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:34:01 +0000 Subject: [PATCH] build(deps): 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/bbdd97482f2d439126582a59689eb1c855944955...bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf) --- 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..a8176d287 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@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 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..7a88b799b 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@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 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@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 with: cmd: yq eval '.appVersion' './charts/metrics-server/Chart.yaml'