Skip to content

Commit d96cde3

Browse files
[☠️] Update mikefarah/yq action to v4.45.1
1 parent 5e3a500 commit d96cde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/workflow-skeleton/generate-{{ path }}.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/{{ path }}/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.44.3
44+
uses: mikefarah/yq@v4.45.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/{{ path }}/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.44.3
49+
uses: mikefarah/yq@v4.45.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/{{ path }}/previous.spec.yaml'
5252
- name: Generate spec diff

0 commit comments

Comments
 (0)