From d3566241ce4b5870cb1d0221d17c6d7ba82ead85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:36:16 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.49.2 --- .github/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index ce3c777..2a02ad5 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -45,11 +45,11 @@ jobs: path: before ref: ${{ steps.ref.outputs.previous-ref }} - id: new-models - uses: mikefarah/yq@0ecdce24e83f0fa127940334be98c86b07b0c488 # v4.48.1 + uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2 with: cmd: yq eval '.models' -o=json -I=0 ./models.yaml - id: old-models - uses: mikefarah/yq@0ecdce24e83f0fa127940334be98c86b07b0c488 # v4.48.1 + uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2 with: cmd: yq eval '.models' -o=json -I=0 ./before/models.yaml - id: scope