Skip to content

Commit 7b067d2

Browse files
committed
update 2
1 parent 3db4e4b commit 7b067d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Setup Tarantool ${{ matrix.tarantool }}
6767
if: matrix.tarantool != 'master'
68-
uses: tarantool/setup-tarantool@v2
68+
uses: tarantool/setup-tarantool@v4
6969
with:
7070
tarantool-version: ${{ matrix.tarantool }}
7171

@@ -79,7 +79,7 @@ jobs:
7979
- name: Cache Tarantool master
8080
if: matrix.tarantool == 'master'
8181
id: cache-latest
82-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8383
with:
8484
path: |
8585
${{ github.workspace }}/bin
@@ -170,7 +170,7 @@ jobs:
170170
path: ${{ env.SRCDIR }}
171171

172172
- name: Restore cache of tarantool ${{ env.T_VERSION }}
173-
uses: actions/cache@v3
173+
uses: actions/cache@v4
174174
id: cache
175175
with:
176176
path: ${{ env.T_TARDIR }}

0 commit comments

Comments
 (0)