[Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3
Sergey Kaplun
skaplun at tarantool.org
Mon Feb 13 10:36:07 MSK 2023
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 at v2.3.4
+ - uses: actions/checkout at 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 at v2.3.4
+ - uses: actions/checkout at 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 at v2.3.4
+ - uses: actions/checkout at 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 at v2.3.4
+ - uses: actions/checkout at v3
with:
fetch-depth: 0
submodules: recursive
--
2.34.1
More information about the Tarantool-patches
mailing list