diff --git a/README.md b/README.md index 7b201e2..14e7df7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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' ``` diff --git a/package-lock.json b/package-lock.json index 930d3cf..c4a0397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-tarantool", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setup-tarantool", - "version": "3.0.0", + "version": "4.0.0", "license": "ISC", "dependencies": { "@actions/cache": "^4.0.3", diff --git a/package.json b/package.json index 178bc5b..0c0cb2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-tarantool", - "version": "3.0.0", + "version": "4.0.0", "description": "", "main": "dist/main/index.js", "scripts": {