We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd57f9f commit 529ad6bCopy full SHA for 529ad6b
1 file changed
.github/workflows/bump-version.yaml
@@ -96,7 +96,7 @@ jobs:
96
- name: Get version
97
if: steps.command.outputs.command-name == 'bump'
98
id: get_version
99
- uses: mikefarah/yq@2be0094729a1006f61e8339ce9934bfb3cbb549f # v4.52.2
+ uses: mikefarah/yq@2c471b64984fd03a22b54c488b8a8ae10841fa55 # v4.52.3
100
with:
101
cmd: yq ".version" charts/${{ steps.command.outputs.chart-name }}/Chart.yaml
102
@@ -109,7 +109,7 @@ jobs:
109
110
- name: Bump the version
111
112
113
114
cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/${{ steps.command.outputs.chart-name }}/Chart.yaml
115
0 commit comments