Skip to content

Commit

Permalink
[.github/workflows] Update mikefarah/yq action to v4.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 13, 2025
1 parent 1043cbd commit aba411f
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/yq@v4.44.6
uses: mikefarah/yq@v4.45.1
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/yq@v4.44.6
uses: mikefarah/yq@v4.45.1
with:
cmd: yq -i '.version = "${{ steps.increment_version.outputs.new_version }}"' ${{ steps.get_addon.outputs.addon }}/config.yaml

Expand Down

0 comments on commit aba411f

Please sign in to comment.