Skip to content

Commit

Permalink
Merge pull request #1343 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/mikefarah/yq-4.35.2

Bump mikefarah/yq from 4.35.1 to 4.35.2
  • Loading branch information
k8s-ci-robot authored Oct 4, 2023
2 parents 356fb03 + a096b81 commit f89d231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: Get chart version
id: chart_version
uses: mikefarah/yq@6609ed76ecb69f9d8254345292d90ea72f641715 # v4.35.1
uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # v4.35.2
with:
cmd: yq eval '.version' './charts/metrics-server/Chart.yaml'

- name: Get chart app version
id: chart_app_version
uses: mikefarah/yq@6609ed76ecb69f9d8254345292d90ea72f641715 # v4.35.1
uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # v4.35.2
with:
cmd: yq eval '.appVersion' './charts/metrics-server/Chart.yaml'

Expand Down

0 comments on commit f89d231

Please sign in to comment.