From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 7AA183858D39; Thu, 22 Feb 2024 20:26:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7AA183858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708633569; bh=bSjJYZ8WUDaOmrGQKp+s6UoU9oV6PxinOYDVoCRCufc=; h=From:To:Subject:Date:From; b=SGFfiyZLKUHkKyxPUeO39EqkygMvr0NHv/UWF7dTGV3WxbIvK8h2BwECZo7V2bk9y +mr8bWmBztgC5L8dA9tq7Gf8mv8WOXIZzDS0+1CW3aOi2I6NZJx2fhpeLErQAVrkXf PGGaVcbwtwHyZFkRnF6UuelGTgjvbnomt1nwGO88= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/microsoft/heads/main)] Update the version of andstor/file-existence-action X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: 1e78b0221ea8bfb3c8f472e5129b4538e06bdd80 X-Git-Newrev: dcec058d4565e63c1c49f898938e432f8bb079e8 Message-Id: <20240222202609.7AA183858D39@sourceware.org> Date: Thu, 22 Feb 2024 20:26:09 +0000 (GMT) List-Id: https://gcc.gnu.org/g:dcec058d4565e63c1c49f898938e432f8bb079e8 commit dcec058d4565e63c1c49f898938e432f8bb079e8 Author: Eugene Rozenfeld Date: Thu Feb 22 12:22:04 2024 -0800 Update the version of andstor/file-existence-action The outdated action version was using deprecated Node.js 16. Diff: --- .github/workflows/update-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-main.yaml b/.github/workflows/update-main.yaml index b74af6da976f..8fd9d91f85e9 100644 --- a/.github/workflows/update-main.yaml +++ b/.github/workflows/update-main.yaml @@ -261,7 +261,7 @@ jobs: # newFailures.patch is created in ParseTestLogs IFF there were failures in master run that aren't in the .xfail file - name: Check if failures patch exists id: check_failures_patch - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "newFailures.patch"