Skip to content

Commit

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

Bump mikefarah/yq from 4.34.2 to 4.35.1
  • Loading branch information
dgrisonnet authored Aug 24, 2023
2 parents b93bc94 + a3f8e3d commit ffbdb6f
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@0b34c9a00de1c575a34eea05af1d956a525c4fc1 # v4.34.2
uses: mikefarah/yq@6609ed76ecb69f9d8254345292d90ea72f641715 # v4.35.1
with:
cmd: yq eval '.version' './charts/metrics-server/Chart.yaml'

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

Expand Down

0 comments on commit ffbdb6f

Please sign in to comment.