From 838baf679758e0f40d4a55ddec2be6d3c8710530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:27:31 +0000 Subject: [PATCH] [GitHubEnterprise-3.0] Update mikefarah/yq action to v4.45.1 --- .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 b441e8cf484..9a21845c9f8 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.45.1 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.45.1 with: cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.0/previous.spec.yaml' - name: Generate spec diff