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