From a03568bfdf2aa17c80da7e43d6356528e29046b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:30:39 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.53.3 --- .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 564aad7..05ac74a 100644 --- a/.github/workflows/update-action-version.yaml +++ b/.github/workflows/update-action-version.yaml @@ -75,7 +75,7 @@ jobs: ref: ${{ needs.get_version.outputs.branch }} persist-credentials: false - name: Update version in action.yml - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 with: cmd: yq -i '${{ inputs.yq_expression }} = "${{ needs.get_version.outputs.version }}"' ${{ inputs.action_yml_path }} - name: Set up git identity