Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 0
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d3f12c

Browse files
authoredMar 21, 2025··
[☠️] Update mikefarah/yq action to v4.45.1
1 parent b9cc65e commit 4d3f12c

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)
Please sign in to comment.