We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf5c78 commit d356624Copy full SHA for d356624
.github/workflows/push.yaml
@@ -45,11 +45,11 @@ jobs:
45
path: before
46
ref: ${{ steps.ref.outputs.previous-ref }}
47
- id: new-models
48
- uses: mikefarah/yq@0ecdce24e83f0fa127940334be98c86b07b0c488 # v4.48.1
+ uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
49
with:
50
cmd: yq eval '.models' -o=json -I=0 ./models.yaml
51
- id: old-models
52
53
54
cmd: yq eval '.models' -o=json -I=0 ./before/models.yaml
55
- id: scope
0 commit comments