From aba411ff94fdc043087f0b5fb444bcaba3c8262e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jan 2025 01:03:42 +0000 Subject: [PATCH] [.github/workflows] Update mikefarah/yq action to v4.45.1 --- .github/workflows/comment_actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment_actions.yaml b/.github/workflows/comment_actions.yaml index 62bd9b9e..1c9d9613 100644 --- a/.github/workflows/comment_actions.yaml +++ b/.github/workflows/comment_actions.yaml @@ -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 @@ -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