Skip to content

Commit d5af1b8

Browse files
committed
readme: update setup-tarantool to @V3 in examples
The v3.0.0 release will come soon.
1 parent 5f38b57 commit d5af1b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This action will set up [Tarantool](https://www.tarantool.io) environment and **
1818
```yaml
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: tarantool/setup-tarantool@v2
21+
- uses: tarantool/setup-tarantool@v3
2222
with:
2323
tarantool-version: '2.10'
2424
- run: tarantoolctl rocks install luatest
@@ -31,7 +31,7 @@ steps:
3131
```yaml
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: tarantool/setup-tarantool@v2
34+
- uses: tarantool/setup-tarantool@v3
3535
with:
3636
tarantool-version: '2.10.4'
3737
```
@@ -43,7 +43,7 @@ steps:
4343
```yaml
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: tarantool/setup-tarantool@v2
46+
- uses: tarantool/setup-tarantool@v3
4747
with:
4848
tarantool-version: '2.6' # or, say, '2.6.1.0' for exact version
4949
nightly-build: true
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
apt-get -y install sudo lsb-release gnupg ca-certificates rsync
9191
92-
- uses: tarantool/setup-tarantool@ab69f5679e6ea7e5872d9e0901f681587fd29be6
92+
- uses: tarantool/setup-tarantool@v3
9393
with:
9494
tarantool-version: '2.11'
9595
```

0 commit comments

Comments
 (0)