Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 0

Commit cafa72c

Browse files
authoredDec 4, 2024
[GitHubEnterprise-3.0] Update mikefarah/yq action to v4.44.5
1 parent 760be5b commit cafa72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/generate-GitHubEnterprise-3.0.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/GitHubEnterprise-3.0/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.44.5
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.0/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.44.5
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.0/previous.spec.yaml'
5252
- name: Generate spec diff

0 commit comments

Comments
 (0)
Please sign in to comment.