From 373327bbeb235e22499dfc36341f62e44987e67e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:38:12 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.53.2 --- .github/workflows/update-action-version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-action-version.yaml b/.github/workflows/update-action-version.yaml index bf7ee65..29f830d 100644 --- a/.github/workflows/update-action-version.yaml +++ b/.github/workflows/update-action-version.yaml @@ -73,7 +73,7 @@ jobs: ref: ${{ needs.get_version.outputs.branch }} persist-credentials: false - name: Update version in action.yml - uses: mikefarah/yq@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5 + uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 with: cmd: yq -i '${{ inputs.yq_expression }} = "${{ needs.get_version.outputs.version }}"' ${{ inputs.action_yml_path }} - name: Set up git identity