We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd31f89 commit 75d81f4Copy full SHA for 75d81f4
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@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
+ uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
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