We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9f81e commit 7f0c9daCopy full SHA for 7f0c9da
1 file changed
.github/workflows/bump-version.yaml
@@ -81,7 +81,7 @@ jobs:
81
- name: Get version
82
if: steps.command.outputs.command-name == 'bump'
83
id: get_version
84
- uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
+ uses: mikefarah/yq@c59fa8de59f1f5a16fdbfd1e2a6e97a1b42a64b9 # v4.45.2
85
with:
86
cmd: yq ".version" charts/backstage/Chart.yaml
87
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Bump the version
96
97
98
99
cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/backstage/Chart.yaml
100
0 commit comments