From patchwork Wed Dec 7 14:34:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Schindelin X-Patchwork-Id: 13067245 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9CF2C352A1 for ; Wed, 7 Dec 2022 14:34:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230150AbiLGOeu (ORCPT ); Wed, 7 Dec 2022 09:34:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229565AbiLGOer (ORCPT ); Wed, 7 Dec 2022 09:34:47 -0500 Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA3E449085 for ; Wed, 7 Dec 2022 06:34:45 -0800 (PST) Received: by mail-wm1-x32c.google.com with SMTP id m4-20020a05600c3b0400b003d1cb516ce0so1156569wms.4 for ; Wed, 07 Dec 2022 06:34:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:from:to:cc:subject:date :message-id:reply-to; bh=Q3lbsUXsX4QDHLsVyWRGwYr1rFpXg7abGuNXULKPQgo=; b=Leugf6vrly/iyC6OIvKu4WtuP1onDBuGS3vNcj/0j6AQaWKihM3mXAKQjVaKtIYcFr JqkT1wC3ulJXXLOEkGZy5A4ej5vS9UWjGAokkwu556c5RLZzo6R0OnZPiNqYfStqDGlU dbk9qln0pPIkYm2uiD1JVrPwiw1aM4/wrzSdJS8twQWMKtSnYdUbCLDfR2ah45vL7qXm m1PmZiLorpPqMJoBanztlKWNEbwkOQxIcvVbeWngviRGe6fjYTag/7eeR8Hw1gnTYxFf 2tnlWCt934lTKPftZQcvXw6QIS1l+79oR/Cv95z6NU0Qdhjw0iAkkobMbRdYA0sxqsFn YkQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Q3lbsUXsX4QDHLsVyWRGwYr1rFpXg7abGuNXULKPQgo=; b=N2NYh8J2rO+7Mq8yvdkON8XvKf7fEQFYrU+Ymq42ZYBwAeMjVZFg5oHarUdQq9pRlC 8G/kIFnZjU4eGDrZof0jGYdBGXfQbZrHAG2klm79Jbg0YWmRwEW360xHNiiZzPniGc50 YF0koIxD3EXIqvvVR7lhlaKNYi16jUsLvr7T4kHFQcUL1/4lLeJdn842pd3MMv7ITXty dAitqlkMCrVtqACMSDOKWeFYKEZMf5ysAU6OjeIs4yi4Crn0q8VncZD2GHzPfFgL6rGn BQJRNsmSYvogglyyYQ5gHGyCl84svo9J2INAlIDxsGSw1ldaDlrwBTuZAqfdVpWiZA3Z kPLA== X-Gm-Message-State: ANoB5pmNM5fx5gm2cqVFktO1GlU0dzy+HULNt8SQ6PjIOCu5IHoY2UO9 f6HmrH9OrZBvxfiC3gbFwejhacaiPjw= X-Google-Smtp-Source: AA0mqf7Pd6edRLV+J0U78CgIo72guJSYSUalkdQghMf4Ro23bPjphPO3lxZA09bvcQpdRGiufd3nYA== X-Received: by 2002:a1c:e903:0:b0:3a8:4d01:28e8 with SMTP id q3-20020a1ce903000000b003a84d0128e8mr54372561wmc.94.1670423683819; Wed, 07 Dec 2022 06:34:43 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id l5-20020a5d5605000000b002367ad808a9sm19549700wrv.30.2022.12.07.06.34.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Dec 2022 06:34:42 -0800 (PST) Message-Id: <472481561f03900fb519065d88ae8af910bea794.1670423680.git.gitgitgadget@gmail.com> In-Reply-To: References: Date: Wed, 07 Dec 2022 14:34:37 +0000 Subject: [PATCH 1/4] ci: use a newer `github-script` version Fcc: Sent MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes Schindelin , Johannes Schindelin Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Schindelin From: Johannes Schindelin The old version we currently use runs in node.js v12.x, which is being deprecated in GitHub Actions. The new version uses node.js v16.x. Incidentally, this also avoids the warning about the deprecated `::set-output::` workflow command because the newer version of the `github-script` Action uses the recommended new way to specify outputs. Signed-off-by: Johannes Schindelin Signed-off-by: Taylor Blau --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5262823eb1c..43d47824dd3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,14 +37,14 @@ jobs: echo "::set-output name=enabled::$enabled" - name: skip if the commit or tree was already tested id: skip-if-redundant - uses: actions/github-script@v3 + uses: actions/github-script@v6 if: steps.check-ref.outputs.enabled == 'yes' with: github-token: ${{secrets.GITHUB_TOKEN}} script: | try { // Figure out workflow ID, commit and tree - const { data: run } = await github.actions.getWorkflowRun({ + const { data: run } = await github.rest.actions.getWorkflowRun({ owner: context.repo.owner, repo: context.repo.repo, run_id: context.runId, @@ -54,7 +54,7 @@ jobs: const tree_id = run.head_commit.tree_id; // See whether there is a successful run for that commit or tree - const { data: runs } = await github.actions.listWorkflowRuns({ + const { data: runs } = await github.rest.actions.listWorkflowRuns({ owner: context.repo.owner, repo: context.repo.repo, per_page: 500, From patchwork Wed Dec 7 14:34:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Schindelin X-Patchwork-Id: 13067246 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8ACDFC63703 for ; Wed, 7 Dec 2022 14:34:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229677AbiLGOex (ORCPT ); Wed, 7 Dec 2022 09:34:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230123AbiLGOet (ORCPT ); Wed, 7 Dec 2022 09:34:49 -0500 Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 071394E425 for ; Wed, 7 Dec 2022 06:34:48 -0800 (PST) Received: by mail-wr1-x433.google.com with SMTP id f18so28356733wrj.5 for ; Wed, 07 Dec 2022 06:34:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:from:to:cc:subject:date :message-id:reply-to; bh=6WmURY8YfLexVIrO9Za9daYjGb0I8oqr1bINI3k7xpA=; b=kgrsWOpa0DESIJLtGytUotgbOpv4gbnR/sJR1eSwX4KPqArVQAq5204tU3nkSp7ehi 1NbdQ4O0Wlqv+J7FvR+Tjq4vfPx/0aHt/bi96ffUJEqxi6VDDuiD4WfoLDZRTYQ8ehgH sYqYel+8YeW7/XJ8Af98Biks+ZhzsF9/VflOtDjnL3kZveHpzBZKEgsPYl0nXitOnYZU cbnt6K2Iqd0QA0TT4NHE1ZZ8gKA6w1+S6+P4k2cdMhEc2lSe9KfzhyUIRVSEu4eKeG85 GHENgKWLBfNyBKC/jaHuLpN2VOSQMZfK3HoM0y3sbYZ0qR8aA+eJWQALFMYUKYElIpKd To1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6WmURY8YfLexVIrO9Za9daYjGb0I8oqr1bINI3k7xpA=; b=pRqObvw7KAA76g5uSxXuOFVI0qUCfNhY/PIa398c+PsLBcz8XNrLE0vL6fgHkDbpnC qJyHDHKOxorA1LlG4ciKWkDspXnewQUQWVa6Nkrjz1wx9HEyG6V4QEMqEJMo8fbk0rbc A0lXKXRbgDyBAVazFFWNro2HZJTCSUL7+2FSk8gAEFggjU3l1LekhYSIUzGlNKYey8vV 11CRho8GRVR9tuu98tx6HwkyDyoJkfXm4wpfocnok7STZukxHIaxjwLEftXkH74oPqp1 fL9kr55a5jZ/L39GD6wm6ibHOQ7vRSI+uFJCcTmq8VTP5xkXuIP7zGt8LjLjFfDG7CeS ZcRg== X-Gm-Message-State: ANoB5pllDFdUbudKkfFXiDNLTMxewT67hBfNTvbJvOMpootS0GqX5WNM 7VytGlCeAq6X5BVR7n3qPtJQWo41dJU= X-Google-Smtp-Source: AA0mqf6I/vFNLdXIh68xgfny/00bprJIV+mPHikD9MxnflO1osizGEvU48Uwwk68XvumSz/oRFvGpw== X-Received: by 2002:a5d:6751:0:b0:242:122c:6672 with SMTP id l17-20020a5d6751000000b00242122c6672mr29773472wrw.330.1670423685717; Wed, 07 Dec 2022 06:34:45 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id i82-20020a1c3b55000000b003d1ee3a6542sm1867127wma.47.2022.12.07.06.34.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Dec 2022 06:34:44 -0800 (PST) Message-Id: <1693393443975bc25f3020e61a29944804e35601.1670423680.git.gitgitgadget@gmail.com> In-Reply-To: References: Date: Wed, 07 Dec 2022 14:34:38 +0000 Subject: [PATCH 2/4] ci: avoid deprecated `set-output` workflow command Fcc: Sent MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes Schindelin , Johannes Schindelin Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Schindelin From: Johannes Schindelin Due to security concerns, this command was deprecated and we need to write into `$GITHUB_OUTPUT` instead. For more details, see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Johannes Schindelin --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43d47824dd3..1e95aa86b6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: then enabled=no fi - echo "::set-output name=enabled::$enabled" + echo "enabled=$enabled" >>$GITHUB_OUTPUT - name: skip if the commit or tree was already tested id: skip-if-redundant uses: actions/github-script@v6 From patchwork Wed Dec 7 14:34:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Schindelin X-Patchwork-Id: 13067247 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97B70C4708E for ; Wed, 7 Dec 2022 14:35:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230201AbiLGOe5 (ORCPT ); Wed, 7 Dec 2022 09:34:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229891AbiLGOeu (ORCPT ); Wed, 7 Dec 2022 09:34:50 -0500 Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED63A56EC0 for ; Wed, 7 Dec 2022 06:34:49 -0800 (PST) Received: by mail-wm1-x32a.google.com with SMTP id v7so13773256wmn.0 for ; Wed, 07 Dec 2022 06:34:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:from:to:cc:subject:date :message-id:reply-to; bh=VusIkuWXUFZMceUmM6DwEIP4/HVRWm+3oK8twivGzrY=; b=Pzksq8ntOBy12+Kqq2YT4ZEVF/xoKVX/iHjKi3mqLCY37cLG4YnFqVVSqe1zWQ+sJr Mfx8OPozRnBU1YzRCMpjRibgJt4/HjoPBNNSozqg+FiBBtpkXVKAVFPuDlijyn5vRXrn 54aUFkcMp9pvkbb4id/CnVKpvRQSu9uFLlE22wmf6Ao0SMPmUWtbcLsD3Qx5tq/2zAso aBFJQ7yxBoO/uxUkbmGnXVO0Fm5rX23CXxayIs7F5RdnVYh0HSu0nEFQfx8WEPC1fU/7 3hxxIIwc+o6EGplb1O8UeqXfiJYISJcnQYKoJSwM0ZKIsPijzgQHs7KIfp1458RPhQq/ NKuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VusIkuWXUFZMceUmM6DwEIP4/HVRWm+3oK8twivGzrY=; b=r9e6bJ0REjCLEEHBCxDnDDhLVJosqYmbpA6idgThlygIX/FSYOc6XHNfKxQtzfX9kv giXag0ygU2281JwPBNeYBptrEjdYCB0/WDf/Fr+wN01ikn4RcTPdXhzMWLuNq5nLaIRn sJx9H8lvtOt1JV1L/fSg2TXASdhUu5VT1slNLK3AZyU1WyO2a4zbrYxMjXYWcr3xLtGC 6zNA/4OKj3BjDc2AdpX5jKWf/OB6FT9J/ZEAG7VSkOW5aBBN3EDBeOilM2mkZKNJU+G/ Jn+v7zvz2tsitruQwCl0PNIxo8MmIeiG8WHFzwhsDa9nVg4Fbwf9T+hvKs0kr1DQj+bf /aHw== X-Gm-Message-State: ANoB5pkrQYgkbngzjx7LylagRaSIf3tPAW6NhnJOHgUFtkp66SbnzFzu T8fc+nOttyVPkicSdixfd/YwlGn5WI4= X-Google-Smtp-Source: AA0mqf43GQ8HeddllSO9ffOzxUXo1etgrjiv9cDbTRKRxTELqiuXOi+3LnwTNd6nj3ixcHM6JiaKdg== X-Received: by 2002:a05:600c:2241:b0:3cf:9ced:dce4 with SMTP id a1-20020a05600c224100b003cf9ceddce4mr65379060wmm.120.1670423687746; Wed, 07 Dec 2022 06:34:47 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id z6-20020adfec86000000b002368a6deaf8sm19451826wrn.57.2022.12.07.06.34.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Dec 2022 06:34:46 -0800 (PST) Message-Id: In-Reply-To: References: Date: Wed, 07 Dec 2022 14:34:39 +0000 Subject: [PATCH 3/4] ci: avoid using deprecated {up,down}load-artifacts Action Fcc: Sent MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes Schindelin , Johannes Schindelin Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Schindelin From: Johannes Schindelin The deprecated versions of these Actions still use node.js 12 whereas workflows will need to use node.js 16 to avoid problems going forward. Signed-off-by: Johannes Schindelin --- .github/workflows/main.yml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e95aa86b6c..5e82d8d2b1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,7 +94,7 @@ jobs: - name: zip up tracked files run: git archive -o artifacts/tracked.tar.gz HEAD - name: upload tracked files and build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: windows-artifacts path: artifacts @@ -108,7 +108,7 @@ jobs: nr: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] steps: - name: download tracked files and build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: windows-artifacts path: ${{github.workspace}} @@ -125,7 +125,7 @@ jobs: run: ci/print-test-failures.sh - name: Upload failed tests' directories if: failure() && env.FAILED_TEST_ARTIFACTS != '' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failed-tests-windows path: ${{env.FAILED_TEST_ARTIFACTS}} @@ -177,7 +177,7 @@ jobs: - name: zip up tracked files run: git archive -o artifacts/tracked.tar.gz HEAD - name: upload tracked files and build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: vs-artifacts path: artifacts @@ -192,7 +192,7 @@ jobs: steps: - uses: git-for-windows/setup-git-for-windows-sdk@v1 - name: download tracked files and build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: vs-artifacts path: ${{github.workspace}} @@ -210,7 +210,7 @@ jobs: run: ci/print-test-failures.sh - name: Upload failed tests' directories if: failure() && env.FAILED_TEST_ARTIFACTS != '' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failed-tests-windows path: ${{env.FAILED_TEST_ARTIFACTS}} @@ -267,7 +267,7 @@ jobs: run: ci/print-test-failures.sh - name: Upload failed tests' directories if: failure() && env.FAILED_TEST_ARTIFACTS != '' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failed-tests-${{matrix.vector.jobname}} path: ${{env.FAILED_TEST_ARTIFACTS}} @@ -302,7 +302,13 @@ jobs: shell: bash run: ci/print-test-failures.sh - name: Upload failed tests' directories - if: failure() && env.FAILED_TEST_ARTIFACTS != '' + if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname != 'linux32' + uses: actions/upload-artifact@v3 + with: + name: failed-tests-${{matrix.vector.jobname}} + path: ${{env.FAILED_TEST_ARTIFACTS}} + - name: Upload failed tests' directories + if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32' uses: actions/upload-artifact@v1 with: name: failed-tests-${{matrix.vector.jobname}} From patchwork Wed Dec 7 14:34:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Schindelin X-Patchwork-Id: 13067248 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3F5CC352A1 for ; Wed, 7 Dec 2022 14:35:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230259AbiLGOfL (ORCPT ); Wed, 7 Dec 2022 09:35:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230180AbiLGOey (ORCPT ); Wed, 7 Dec 2022 09:34:54 -0500 Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C87D45CD35 for ; Wed, 7 Dec 2022 06:34:51 -0800 (PST) Received: by mail-wr1-x433.google.com with SMTP id u12so27407429wrr.11 for ; Wed, 07 Dec 2022 06:34:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:from:to:cc:subject:date :message-id:reply-to; bh=z+plBVQFXEE6QT9IXQXQ1nH0spaoTmFz/6spUYrNhIo=; b=OjWRo0jafQxp8ORGihUNFI8X6ejveaCeUJedaJEUz6WRZ48J5Wev6gbfAWLAMBjhfj kdhhV/qFiyterdWFLt3F2Mcc1p7JBbkeda4afsJ6f5NyRTbvU4BDeNWUzUeYojCZBZMX FyjxSlu62RhxR9Rq057ZJjScRTx9ZtfAoCfuBcmx/izVa8nQd9zOeqQcqaViCXUqtBiG SLb2eE0LXDiez0joH0s2fE9Uv9UMz3Nw1ZX8+Qbgdm7mZd6PkGLhY9Q88BG04sgYW8ai TaBurMEFI/zzJUfCDqvpxMPO9ysgHYrJOHUdY2HVhXzKA5clef3bydtvG8k05kTZiFD3 jwqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=z+plBVQFXEE6QT9IXQXQ1nH0spaoTmFz/6spUYrNhIo=; b=MTDmAwsDhrNDBUwgRlHj3ayzJIBQrUBHhbVh6dNp8hrb5wCHYtQL/X7r50sAcgh3WU U8vdYZVV6ZfEFSFAFChVnZ8Iyw30zhuzmjV2Aoid6N3Ny4ipk3yLfzYbqEPv9WfLGUUU kDw9EXevXDIeirUDSsZcPW+HRVCVYEzxRpvMyrqT3wr3JSpUsahzHv/KsDKt0QrVhiUd UCHGGi2luokKrfvw5Qh8zD+KtvCOIehnGqOtecI2UmWiMqy1NHAkvP3CivWyNuRNGlJx j1z1n8H9vuafPB9XShq77bui/vux2d8o3u4GdxMPhbMumgrIHtm9FgyH6zZo7Had6xMh dl7A== X-Gm-Message-State: ANoB5pkG9NslyMdi0wKnBeyPq6ffuTSaR8fz12AJsOQLYjn77wmays/r vA7fHaH2DT4rxYM3t/1NOaxaY71Z2TA= X-Google-Smtp-Source: AA0mqf7G7bJ+62dErvLj+ya0g3S0St6i8EsL5FRqyF4MbjPaUAC8ZXp4G8PuC9bcFBBgkEusl65XIw== X-Received: by 2002:a05:6000:12d0:b0:242:14f5:7aa5 with SMTP id l16-20020a05600012d000b0024214f57aa5mr28007030wrx.465.1670423689642; Wed, 07 Dec 2022 06:34:49 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id z13-20020a05600c220d00b003cf71b1f66csm1926788wml.0.2022.12.07.06.34.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Dec 2022 06:34:48 -0800 (PST) Message-Id: <1081c62fb266bc41f7084ea2a974729315a7634a.1670423680.git.gitgitgadget@gmail.com> In-Reply-To: References: Date: Wed, 07 Dec 2022 14:34:40 +0000 Subject: [PATCH 4/4] ci(l10n): avoid using the deprecated `set-output` workflow command Fcc: Sent MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes Schindelin , Johannes Schindelin Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Schindelin From: Johannes Schindelin We need to use an environment file now. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Johannes Schindelin --- .github/workflows/l10n.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 27f72f0ff34..2915c595b4f 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -23,8 +23,8 @@ jobs: base=${{ github.event.before }} head=${{ github.event.after }} fi - echo "::set-output name=base::$base" - echo "::set-output name=head::$head" + echo "base=$base" >>$GITHUB_OUTPUT + echo "head=$head" >>$GITHUB_OUTPUT - name: Run partial clone run: | git -c init.defaultBranch=master init --bare .