Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #152 from janus-idp/renovate/mikefarah-yq-4.x
Browse files Browse the repository at this point in the history
chore(deps): update mikefarah/yq action to v4.40.2
  • Loading branch information
tumido authored Nov 22, 2023
2 parents 8d5e741 + 38eabf9 commit 13dff3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Get version
if: steps.command.outputs.command-name
id: get_version
uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # v4.35.2
uses: mikefarah/yq@1cf9ecc79df9cabe69ae75a0bbfa7df7f9fe8a2f # v4.40.2
with:
cmd: yq ".version" charts/backstage/Chart.yaml

Expand All @@ -74,7 +74,7 @@ jobs:

- name: Bump the version
if: steps.command.outputs.command-name
uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # v4.35.2
uses: mikefarah/yq@1cf9ecc79df9cabe69ae75a0bbfa7df7f9fe8a2f # v4.40.2
with:
cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/backstage/Chart.yaml

Expand Down

0 comments on commit 13dff3f

Please sign in to comment.