Skip to content
Snippets Groups Projects
Unverified Commit 8ae26a6b authored by Yaroslav Lobankov's avatar Yaroslav Lobankov
Browse files

ci: update version of checkout action

Fix the following warning:

NO_WRAP
    Node.js 12 actions are deprecated. For more information see:
    https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
    Please update the following actions to use Node.js 16: actions/checkout
NO_WRAP

Fixes tarantool/tarantool-qa#279

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci

(cherry picked from commit 847e5e0c)
parent 83d3cd70
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -45,7 +45,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- name: Sources checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -19,7 +19,7 @@ jobs:
options: '--init'
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: ./.github/actions/environment
- name: test
run: make -f .test.mk test-coverity
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -44,7 +44,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- name: Sources checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -46,7 +46,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- uses: tarantool/actions/cleanup@master
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment