Skip to content

Commit f9dae01

Browse files
committed
ci: use the newest version of setup-tarantool
We are using the first version of setup-tarantool action and it causes some problems - sometimes it just fails because the NodeJS version installed on the runner is too new for this old action. Let's simply use the third (the newest) version of this action - it behaves in the same way, but it is more stable.
1 parent b43fc4d commit f9dae01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-tarantool/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- name: Setup Tarantool 2.11
1212
if: startsWith(inputs.runs-on, 'ubuntu')
13-
uses: tarantool/setup-tarantool@v1
13+
uses: tarantool/setup-tarantool@v3
1414
with:
1515
tarantool-version: '2.11'
1616

0 commit comments

Comments
 (0)