Skip to content

Commit 529ad6b

Browse files
chore(deps): update mikefarah/yq action to v4.52.3
1 parent bd57f9f commit 529ad6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Get version
9797
if: steps.command.outputs.command-name == 'bump'
9898
id: get_version
99-
uses: mikefarah/yq@2be0094729a1006f61e8339ce9934bfb3cbb549f # v4.52.2
99+
uses: mikefarah/yq@2c471b64984fd03a22b54c488b8a8ae10841fa55 # v4.52.3
100100
with:
101101
cmd: yq ".version" charts/${{ steps.command.outputs.chart-name }}/Chart.yaml
102102

@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Bump the version
111111
if: steps.command.outputs.command-name == 'bump'
112-
uses: mikefarah/yq@2be0094729a1006f61e8339ce9934bfb3cbb549f # v4.52.2
112+
uses: mikefarah/yq@2c471b64984fd03a22b54c488b8a8ae10841fa55 # v4.52.3
113113
with:
114114
cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/${{ steps.command.outputs.chart-name }}/Chart.yaml
115115

0 commit comments

Comments
 (0)