From 50d309c6705b476b79662d63ab3416eb1db2b570 Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Tue, 27 Feb 2024 14:00:32 +0300 Subject: [PATCH 1/2] readme: update setup-tarantool to @v3 in examples The v3.0.0 release will come soon. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' ``` From f59943159f2187961dab74d89b35c63eba60bd4f Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Tue, 27 Feb 2024 14:04:00 +0300 Subject: [PATCH 2/2] npm: update setup-tarantool version to v3.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {