From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 3C169C8112F; Tue, 12 Mar 2024 16:51:20 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 3C169C8112F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1710251480; bh=Tkpqt7QuBWnQB7VWwG+rSh3trniYu/yHbMw+nPMJTXw=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=T1RgLDIN4GlgUJNTBARHWYkhzRH+ArP32DvslSezMcTT/UQYSemdkvSaazzRYkaMB ssTMqMICv61sVDj7ddmjr/LOItqC2QeEeyGDd639nZ9X9RbXeKRYzL70f5c4+GLDzN 3fp2GBcOwT5YBwdJi1/2NRuAfS8LezENgGpB1/xc= Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 3F9DCC8112F for ; Tue, 12 Mar 2024 16:51:19 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 3F9DCC8112F Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-51381021af1so5389901e87.0 for ; Tue, 12 Mar 2024 06:51:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710251478; x=1710856278; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/h/qhaETWxiZY0mCmndnXDWQKEtkppzJ4Rm+XxG5s8c=; b=U95/qLD338zVzVZSyqGZSBAfVdLU9+Sx7tEgoZTuHhX9eXkopwWp7KJ02FPdu9BsAv wxyNb8cl/EXdjRhii6PTdNoQXZKnCB8gbWGYKbOksCjxPe8K1bcGvT0NxloTZnpm0ota TkVC8+wYOBXjXwU4euFMHVP5NZGrHmS8VUCXm2QIJE1VA+356TXddDbvrqK+tCF8zRCg FrNgGh8fMMl56lMZin67JlWm6vih2JDPDQEmNanXL1fI+MmwXVnS4lnVnuVaWKdNdMx/ bgcbOqZvJiVKGLtvL9/PNOEKS8nD8SeVw4U9qi1vdQwFXqCUMihcjmq8SK6T2BL/dcgZ AExw== X-Gm-Message-State: AOJu0YxZCI0Dg4ck9EhyqUd/2ZXxsqSICbawEn2MWnN6kuiFciD9oTRT 5sBgSCzi6N04rGULmNorvUKKumocHbh4x8pXQ9RC3zJDaT06DweVWIOxrxzo X-Google-Smtp-Source: AGHT+IESpgsmogHHB4NmE+R43djF8jx4PbBIjEDovVhL+KvkxtKLwsyRpyT+6s8ncIPZT1ls7ZlhpQ== X-Received: by 2002:ac2:4e84:0:b0:513:c17a:6cbc with SMTP id o4-20020ac24e84000000b00513c17a6cbcmr1022599lfr.9.1710251477994; Tue, 12 Mar 2024 06:51:17 -0700 (PDT) Received: from pony.mail.msk ([2a00:1148:b0ba:16:a1ae:9dcc:f7d7:beee]) by smtp.gmail.com with ESMTPSA id f17-20020a05651232d100b005131544fc6fsm1603709lfg.291.2024.03.12.06.51.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Mar 2024 06:51:17 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, Sergey Kaplun , Maxim Kokryashkin Date: Tue, 12 Mar 2024 16:51:02 +0300 Message-Id: <93809031fbffd82c29538d652c4418e12db7baaf.1710251441.git.sergeyb@tarantool.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH luajit] c: bump version of actions/checkout X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Sergey Bronnikov via Tarantool-patches Reply-To: Sergey Bronnikov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" From: Sergey Bronnikov Bump version of actions/checkout to v4. Bump fixes an annoying warning that appears in Github WebUI: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- .github/workflows/coverage.yml | 2 +- .github/workflows/exotic-builds-testing.yml | 2 +- .github/workflows/gnumake-builds-testing.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/sanitizers-testing.yml | 2 +- .github/workflows/testing.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 89571361..416e26da 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false runs-on: [self-hosted, regular, x86_64, Linux] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/exotic-builds-testing.yml b/.github/workflows/exotic-builds-testing.yml index a9ba5fd5..859603bd 100644 --- a/.github/workflows/exotic-builds-testing.yml +++ b/.github/workflows/exotic-builds-testing.yml @@ -63,7 +63,7 @@ jobs: ${{ matrix.BUILDTYPE }} GC64:${{ matrix.GC64 }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/gnumake-builds-testing.yml b/.github/workflows/gnumake-builds-testing.yml index afb96183..1b64b040 100644 --- a/.github/workflows/gnumake-builds-testing.yml +++ b/.github/workflows/gnumake-builds-testing.yml @@ -59,7 +59,7 @@ jobs: ${{ matrix.BUILDTYPE }} GC64:${{ matrix.GC64 }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7e618657..85e1b646 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: runs-on: [self-hosted, lightweight, Linux, x86_64] name: LuaJIT linters (luacheck, flake8, codespell) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/sanitizers-testing.yml b/.github/workflows/sanitizers-testing.yml index 4bccfcef..3d42265e 100644 --- a/.github/workflows/sanitizers-testing.yml +++ b/.github/workflows/sanitizers-testing.yml @@ -44,7 +44,7 @@ jobs: ${{ matrix.BUILDTYPE }} GC64:ON SYSMALLOC:ON steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index cb4ba57b..932f745f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -59,7 +59,7 @@ jobs: GC64:${{ matrix.GC64 }} CC:${{ matrix.CC }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive -- 2.34.1