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 87b8409Copy full SHA for 87b8409
.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@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
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