diff --git a/.github/workflows/generate-GitHubEnterprise-3.0.yaml b/.github/workflows/generate-GitHubEnterprise-3.0.yaml index b441e8cf484..479c86ab003 100644 --- a/.github/workflows/generate-GitHubEnterprise-3.0.yaml +++ b/.github/workflows/generate-GitHubEnterprise-3.0.yaml @@ -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/yq@v4.44.3 + uses: mikefarah/yq@v4.44.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/yq@v4.44.3 + uses: mikefarah/yq@v4.44.5 with: cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.0/previous.spec.yaml' - name: Generate spec diff