Skip to content

Commit

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

build(deps): bump mikefarah/yq from 4.44.1 to 4.44.2
  • Loading branch information
k8s-ci-robot committed Jun 27, 2024
2 parents 0eefcec + a832cfb commit e48425e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Get chart version
id: chart_version
if: steps.changes.outputs.changed == 'true'
uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
with:
cmd: yq eval '.version' './charts/metrics-server/Chart.yaml'

Expand Down
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@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
with:
cmd: yq eval '.version' './charts/metrics-server/Chart.yaml'

- name: Get chart app version
id: chart_app_version
uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
with:
cmd: yq eval '.appVersion' './charts/metrics-server/Chart.yaml'

Expand Down

0 comments on commit e48425e

Please sign in to comment.