diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index 3488d0db2..fa06ec4cc 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 efb1a11cb..dd4d0dc3b 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'