From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Igor Munkin <imun@tarantool.org>,
Maxim Kokryashkin <m.kokryashkin@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3
Date: Mon, 13 Feb 2023 10:36:07 +0300 [thread overview]
Message-ID: <20230213073607.5004-1-skaplun@tarantool.org> (raw)
Node.js 12 is used by action/checkout v2. It will be deprecated soon,
according to our CI warnings. So update action/checkout to v3.
---
Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-actions-v3
Side note: M1 CI feels bad for now (unrelated to the patch), but
warnings are gone :).
.github/workflows/exotic-builds-testing.yml | 2 +-
.github/workflows/gnumake-builds-testing.yml | 2 +-
.github/workflows/lint.yml | 2 +-
.github/workflows/testing.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/exotic-builds-testing.yml b/.github/workflows/exotic-builds-testing.yml
index cd0c14d7..7576ddc6 100644
--- a/.github/workflows/exotic-builds-testing.yml
+++ b/.github/workflows/exotic-builds-testing.yml
@@ -50,7 +50,7 @@ jobs:
${{ matrix.BUILDTYPE }}
GC64:${{ matrix.GC64 }}
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/gnumake-builds-testing.yml b/.github/workflows/gnumake-builds-testing.yml
index e5f82780..b78823f1 100644
--- a/.github/workflows/gnumake-builds-testing.yml
+++ b/.github/workflows/gnumake-builds-testing.yml
@@ -61,7 +61,7 @@ jobs:
${{ matrix.BUILDTYPE }}
GC64:${{ matrix.GC64 }}
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 02150922..71ceee9a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
runs-on: [self-hosted, lightweight, Linux, x86_64]
name: luacheck
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
index 7bb2f2ad..b7a6cfe2 100644
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -54,7 +54,7 @@ jobs:
${{ matrix.BUILDTYPE }}
GC64:${{ matrix.GC64 }}
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
--
2.34.1
next reply other threads:[~2023-02-13 7:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 7:36 Sergey Kaplun via Tarantool-patches [this message]
2023-02-13 9:14 ` Igor Munkin via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230213073607.5004-1-skaplun@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=m.kokryashkin@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox