Skip to content

Commit

Permalink
[.github/workflows] Update mikefarah/yq action to v4.44.6 (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
MaxWinterstein and renovate-bot authored Dec 9, 2024
1 parent eb7e099 commit ee1ae90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Extract version from config.yaml
if: startsWith(github.event.comment.body, '/release')
id: get_version
uses: mikefarah/[email protected].5
uses: mikefarah/[email protected].6
with:
cmd: yq '.version' ${{ steps.get_addon.outputs.addon }}/config.yaml

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Bump version in config.yaml
if: startsWith(github.event.comment.body, '/release')
uses: mikefarah/[email protected].5
uses: mikefarah/[email protected].6
with:
cmd: yq -i '.version = "${{ steps.increment_version.outputs.new_version }}"' ${{ steps.get_addon.outputs.addon }}/config.yaml

Expand Down

0 comments on commit ee1ae90

Please sign in to comment.