Skip to content

Commit

Permalink
[GitHubEnterprise-3.0] 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 Nov 23, 2024
1 parent 693e1c8 commit 6b7152c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-GitHubEnterprise-3.0.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/GitHubEnterprise-3.0/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/GitHubEnterprise-3.0/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/GitHubEnterprise-3.0/previous.spec.yaml'
- name: Generate spec diff
Expand Down

0 comments on commit 6b7152c

Please sign in to comment.