From 320dc9d07f5348e0dafc17e17a36b1997b60b3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 10:36:51 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.35.2 to 4.40.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.35.2 to 4.40.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/a198f72367ce9da70b564a2cc25399de8e27bf37...5f4c1fbd0ab1f7c1c97c23deb355a9a4d5077f66) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 1fe9cd576..b8f38231f 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@a198f72367ce9da70b564a2cc25399de8e27bf37 # v4.35.2 + uses: mikefarah/yq@5f4c1fbd0ab1f7c1c97c23deb355a9a4d5077f66 # v4.40.1 with: cmd: yq eval '.version' './charts/metrics-server/Chart.yaml' - name: Get chart app version id: chart_app_version - uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # v4.35.2 + uses: mikefarah/yq@5f4c1fbd0ab1f7c1c97c23deb355a9a4d5077f66 # v4.40.1 with: cmd: yq eval '.appVersion' './charts/metrics-server/Chart.yaml'