From abd4fcb0a90aae46c268c64b5d3b0648266f84ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:33:33 +0000 Subject: [PATCH] [GitHubEnterprise-3.0] Update mikefarah/yq action to v4.44.3 --- .github/workflows/generate-GitHubEnterprise-3.0.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-GitHubEnterprise-3.0.yaml b/.github/workflows/generate-GitHubEnterprise-3.0.yaml index c7c5f815bfa..6e3570047bd 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.1 + uses: mikefarah/yq@v4.44.3 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.1 + uses: mikefarah/yq@v4.44.3 with: cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.0/previous.spec.yaml' - name: Generate spec diff