Skip to content

Commit 7f0c9da

Browse files
chore(deps): update mikefarah/yq action to v4.45.2 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab9f81e commit 7f0c9da

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
@@ -81,7 +81,7 @@ jobs:
8181
- name: Get version
8282
if: steps.command.outputs.command-name == 'bump'
8383
id: get_version
84-
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
84+
uses: mikefarah/yq@c59fa8de59f1f5a16fdbfd1e2a6e97a1b42a64b9 # v4.45.2
8585
with:
8686
cmd: yq ".version" charts/backstage/Chart.yaml
8787

@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Bump the version
9696
if: steps.command.outputs.command-name == 'bump'
97-
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
97+
uses: mikefarah/yq@c59fa8de59f1f5a16fdbfd1e2a6e97a1b42a64b9 # v4.45.2
9898
with:
9999
cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/backstage/Chart.yaml
100100

0 commit comments

Comments
 (0)