Skip to content

Commit ced5cbb

Browse files
DerekBumthemilchenko
authored andcommitted
ci: update actions versions
This patch updates old actions versions for the upcoming Ubuntu runner update. Part of TNTP-1058
1 parent c035e19 commit ced5cbb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@master
1515

1616
- name: Setup Tarantool
17-
uses: tarantool/setup-tarantool@v1
17+
uses: tarantool/setup-tarantool@v3
1818
with:
1919
tarantool-version: '2.8'
2020

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.ref == 'refs/heads/master'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- uses: tarantool/rocks.tarantool.org/github-action@master
2525
with:
2626
auth: ${{ secrets.ROCKS_AUTH }}
@@ -50,8 +50,8 @@ jobs:
5050
# LuaJIT's FFI and tarantool specific features are okay.
5151
#
5252
# [1]: https://github.com/luarocks/luarocks/wiki/Types-of-rocks
53-
- uses: actions/checkout@v2
54-
- uses: tarantool/setup-tarantool@v1
53+
- uses: actions/checkout@v3
54+
- uses: tarantool/setup-tarantool@v3
5555
with:
5656
tarantool-version: '2.5'
5757

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: tt install tarantool ${{ matrix.tarantool }} --dynamic
3737

3838
- name: Cache rocks
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
id: cache-rocks
4141
with:
4242
path: .rocks/

0 commit comments

Comments
 (0)