Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ This action will set up [Tarantool](https://www.tarantool.io) environment and **
```yaml
steps:
- uses: actions/checkout@v4
- uses: tarantool/setup-tarantool@v3
- uses: tarantool/setup-tarantool@v4
with:
tarantool-version: '2.10'
tarantool-version: '2.11'
- run: tarantoolctl rocks install luatest
- run: tarantoolctl rocks make
- run: .rocks/bin/luatest -v
Expand All @@ -31,9 +31,9 @@ steps:
```yaml
steps:
- uses: actions/checkout@v4
- uses: tarantool/setup-tarantool@v3
- uses: tarantool/setup-tarantool@v4
with:
tarantool-version: '2.10.4'
tarantool-version: '2.11.7'
```

### Install a nightly build
Expand All @@ -43,7 +43,7 @@ steps:
```yaml
steps:
- uses: actions/checkout@v4
- uses: tarantool/setup-tarantool@v3
- uses: tarantool/setup-tarantool@v4
with:
tarantool-version: '2.6' # or, say, '2.6.1.0' for exact version
nightly-build: true
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
apt-get -y install sudo lsb-release gnupg ca-certificates rsync

- uses: tarantool/setup-tarantool@v3
- uses: tarantool/setup-tarantool@v4
with:
tarantool-version: '2.11'
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-tarantool",
"version": "3.0.0",
"version": "4.0.0",
"description": "",
"main": "dist/main/index.js",
"scripts": {
Expand Down
Loading