From c1b7c9ee42b5277704b0f99d88a94b24bd043b9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:30:26 +0000 Subject: [PATCH] =?UTF-8?q?[=E2=98=A0=EF=B8=8F]=20Update=20mikefarah/yq=20?= =?UTF-8?q?action=20to=20v4.44.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/workflow-skeleton/generate-{{ path }}.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/workflow-skeleton/generate-{{ path }}.yaml b/etc/workflow-skeleton/generate-{{ path }}.yaml index 1b5d9e4d84a..3427ac112de 100644 --- a/etc/workflow-skeleton/generate-{{ path }}.yaml +++ b/etc/workflow-skeleton/generate-{{ path }}.yaml @@ -41,12 +41,12 @@ jobs: php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/{{ path }}/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/{{ path }}/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/{{ path }}/previous.spec.yaml' - name: Generate spec diff