Skip to content

Commit

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

Bump mikefarah/yq from 4.42.1 to 4.44.1
  • Loading branch information
k8s-ci-robot committed May 16, 2024
2 parents 404a338 + 2b1aa57 commit eb834dd
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@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 # v4.42.1
uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1
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@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'

Expand Down

0 comments on commit eb834dd

Please sign in to comment.