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