diff --git a/README.md b/README.md index f9126fc..7b201e2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This action will set up [Tarantool](https://www.tarantool.io) environment and ** ```yaml steps: - uses: actions/checkout@v4 - - uses: tarantool/setup-tarantool@v2 + - uses: tarantool/setup-tarantool@v3 with: tarantool-version: '2.10' - run: tarantoolctl rocks install luatest @@ -31,7 +31,7 @@ steps: ```yaml steps: - uses: actions/checkout@v4 - - uses: tarantool/setup-tarantool@v2 + - uses: tarantool/setup-tarantool@v3 with: tarantool-version: '2.10.4' ``` @@ -43,7 +43,7 @@ steps: ```yaml steps: - uses: actions/checkout@v4 - - uses: tarantool/setup-tarantool@v2 + - uses: tarantool/setup-tarantool@v3 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@ab69f5679e6ea7e5872d9e0901f681587fd29be6 + - uses: tarantool/setup-tarantool@v3 with: tarantool-version: '2.11' ``` diff --git a/package-lock.json b/package-lock.json index b7c57e5..ce0122d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-tarantool", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-tarantool", - "version": "2.0.0", + "version": "3.0.0", "license": "ISC", "dependencies": { "@actions/cache": "^3.0.6", diff --git a/package.json b/package.json index 4ab22b3..522244d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-tarantool", - "version": "2.0.0", + "version": "3.0.0", "description": "", "main": "dist/main/index.js", "scripts": {