Skip to content

Commit 75d81f4

Browse files
chore(deps): update mikefarah/yq action to v4.49.2 (#273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd31f89 commit 75d81f4

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@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
99+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
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@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
112+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
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)