From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4418DA0560; Mon, 17 Oct 2022 16:01:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DEF974021D; Mon, 17 Oct 2022 16:01:54 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 187A540143 for ; Mon, 17 Oct 2022 16:01:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666015312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MYQT26hChf3F4KaBGVfdsWt4iX0qaagbfCUTvy/DKXg=; b=gyc4Bnfca9KuJzP7MtuIcng4FccaMo228ysXDEG2nSgR4vqn/iKS85rc2AIVG1nPdThhh1 KAfZEXgV1u6XoTIp+ammb/5lzkuulRSquTXiSDzrMJEZyeducZEhR2+dBlM/CnQ31/fvVJ 5kj9xK0wt8uGyiNTwBkhgcw4jCQw5Cc= Received: from mail-pf1-f198.google.com (mail-pf1-f198.google.com [209.85.210.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-250-nVqndCoVM3GdB--VNupW-Q-1; Mon, 17 Oct 2022 10:01:51 -0400 X-MC-Unique: nVqndCoVM3GdB--VNupW-Q-1 Received: by mail-pf1-f198.google.com with SMTP id a11-20020a056a001d0b00b005635c581a24so6204421pfx.17 for ; Mon, 17 Oct 2022 07:01:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=MYQT26hChf3F4KaBGVfdsWt4iX0qaagbfCUTvy/DKXg=; b=xsjiULi9MvewBj9AvuFGs7E8U4nOsEvCaFWPI2B1aLKmceV8K4T9d+0VqePZcJ2gPu 1Bl1t9ZvXh1EzYZLyNZb+JAbwvOg1iHlCzrpzyCIL0dcfOXIoVuqAHgcLSrGWpTi4bB4 GKFkNw52+8IDNqnJFhuIx74uoKyWy5bgrMZloYEeGSIDzynrc7WzBoFnBtYpmUeaF4xD gYVTgk/gdgDQUo2Tj1bRukcIvFF7+R7gJY9FtmpFASq/W7fxsyL9/K2ByrYuWCKg7Bo1 ki8R3L2iUxRa28L+s0qmMuxioXs5xgkND5x0prqraw1bybMBg9kp5+uZZo06w6NkF1+K MpRg== X-Gm-Message-State: ACrzQf2rnXIMoe9KsGN8TXP5WZk92A3ZfikXYBDFUPLJSt+1sYaNigW7 qc7oBegTtcF9h6BpugI1ezLlgYf6T+9Fg3c7Nki1x27TMHKl/fk5a5XvlsuvLhvJI8xL6sf4hzf 0PXK4hyzmfBy1GkMLKnM= X-Received: by 2002:a17:903:2307:b0:181:e618:b4c5 with SMTP id d7-20020a170903230700b00181e618b4c5mr11851164plh.172.1666015310173; Mon, 17 Oct 2022 07:01:50 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5H6OB4x8lTu10YeVetUSwfrDojHrKJ/FSdgW1bC/SLMv5eEISVQh9eXCzdvnP0FeRez5TxRcAvKnKYbpxJbVI= X-Received: by 2002:a17:903:2307:b0:181:e618:b4c5 with SMTP id d7-20020a170903230700b00181e618b4c5mr11851143plh.172.1666015309938; Mon, 17 Oct 2022 07:01:49 -0700 (PDT) MIME-Version: 1.0 References: <20221012162942.2965188-1-david.marchand@redhat.com> <20221012162942.2965188-3-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Mon, 17 Oct 2022 16:01:38 +0200 Message-ID: Subject: Re: [PATCH 2/2] ci: update to new API for step outputs in GHA To: dev@dpdk.org Cc: Aaron Conole , Michael Santana X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Wed, Oct 12, 2022 at 6:53 PM David Marchand wrote: > > On Wed, Oct 12, 2022 at 6:30 PM David Marchand > wrote: > > > > GitHub actions deprecated use of set-output, replaced with > > GITHUB_OUTPUT. It is worth mentionning the deprecation announce: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ > > > > Note: we still have some warnings, as of today, because of > > actions/cache@v3 which did not migrate yet. > > For the record, the changes in actions/cache@v3 are pushed in its main > branch, but are not released yet. > https://github.com/actions/cache/commit/b9c8bfe4426d The fixes have been released under v3.0.11. So with this series applied, there is no warning remaining, for now. -- David Marchand