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 6027F43ADF; Thu, 8 Feb 2024 15:32:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4FF8642D7B; Thu, 8 Feb 2024 15:32:33 +0100 (CET) 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 B47D640278 for ; Thu, 8 Feb 2024 15:32:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707402751; 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=TE2lPivg6UfyeupXACEfZnecH6g4NKrbbn+FzFYeL1o=; b=EvtSAREAgryxaNER5wQ2YXbPXwzD6o0/vSUta/HPOJZVqOluIu8fnaTt562BOQ5MsnLr6U e2eBTQai8XSFoiPzbwFNoLaZpqCDN2YFBrb/rxITdt72y93QzBXUEU4fQ4vi/QUqg87Ugj 5TRyZl9r0TdFXEt0jDPSeZ1itkdEKxE= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-46-QHCchlbhNnOncVlrXqTudw-1; Thu, 08 Feb 2024 09:32:28 -0500 X-MC-Unique: QHCchlbhNnOncVlrXqTudw-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A0A8C3813BCD; Thu, 8 Feb 2024 14:32:27 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.9.159]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 62F07492BC6; Thu, 8 Feb 2024 14:32:27 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org, Michael Santana Subject: Re: [PATCH 2/2] ci: update versions of actions in GHA References: <20240131174437.2494815-1-david.marchand@redhat.com> <20240131174437.2494815-2-david.marchand@redhat.com> Date: Thu, 08 Feb 2024 09:32:27 -0500 In-Reply-To: <20240131174437.2494815-2-david.marchand@redhat.com> (David Marchand's message of "Wed, 31 Jan 2024 18:44:36 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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 David Marchand writes: > GitHub started deprecating GHA actions based on Node 16 [1]. > For now, only warnings are raised, but we might as well switch to v4 > versions of the common actions, now. > > Link: > https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ > > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole