Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3
@ 2023-02-13  7:36 Sergey Kaplun via Tarantool-patches
  2023-02-13  9:14 ` Igor Munkin via Tarantool-patches
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2023-02-13  7:36 UTC (permalink / raw)
  To: Igor Munkin, Maxim Kokryashkin; +Cc: tarantool-patches

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3
  2023-02-13  7:36 [Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3 Sergey Kaplun via Tarantool-patches
@ 2023-02-13  9:14 ` Igor Munkin via Tarantool-patches
  0 siblings, 0 replies; 2+ messages in thread
From: Igor Munkin via Tarantool-patches @ 2023-02-13  9:14 UTC (permalink / raw)
  To: Sergey Kaplun; +Cc: tarantool-patches

Sergey,

Thanks for the patch! LGTM as trivial. I've checked the patch into all
long-term branches in tarantool/luajit.

On 13.02.23, Sergey Kaplun wrote:
> 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 :).

I've restarted the jobs, now everything is green.

> 
>  .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(-)
> 

<snipped>

> -- 
> 2.34.1
> 

-- 
Best regards,
IM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-13  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13  7:36 [Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3 Sergey Kaplun via Tarantool-patches
2023-02-13  9:14 ` Igor Munkin via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox