Skip to content

Commit

Permalink
[☠️] Update mikefarah/yq action to v4.44.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 0874d3d commit c1b7c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/workflow-skeleton/generate-{{ path }}.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/{{ path }}/previous.spec.yaml")) . "\n", FILE_APPEND);'
- name: Look current up spec version
id: look-current-up-spec-version
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq '.info.version' 'etc/specs/{{ path }}/current.spec.yaml'
- name: Look previous up spec version
id: look-previous-up-spec-version
uses: mikefarah/[email protected].3
uses: mikefarah/[email protected].5
with:
cmd: yq '.info.version' 'etc/specs/{{ path }}/previous.spec.yaml'
- name: Generate spec diff
Expand Down

0 comments on commit c1b7c9e

Please sign in to comment.