From 30389a06bd69385627af703c6fb8a3058d2b1271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:30:15 +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