Skip to content

Commit 58942ff

Browse files
yngvar-antonssongrafin
authored andcommitted
ci: update actions/checkout to v4
1 parent 957cc92 commit 58942ff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
TARANTOOL_CACHE_KEY_SUFFIX: -A-${{ github.run_id }}
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

3939
- id: get-latest
4040
run: |
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
TARANTOOL_CACHE_KEY_SUFFIX: -B-${{ github.run_id }}
9696
steps:
97-
- uses: actions/checkout@v3
97+
- uses: actions/checkout@v4
9898
- name: Setup Tarantool
9999
uses: ./
100100
with:
@@ -117,7 +117,7 @@ jobs:
117117
env:
118118
TARANTOOL_CACHE_KEY_SUFFIX: -C-${{ github.run_id }}
119119
steps:
120-
- uses: actions/checkout@v3
120+
- uses: actions/checkout@v4
121121

122122
- id: latest-version
123123
uses: ./.github/actions/latest-version
@@ -174,7 +174,7 @@ jobs:
174174
env:
175175
TARANTOOL_CACHE_KEY_SUFFIX: -D-${{ github.run_id }}
176176
steps:
177-
- uses: actions/checkout@v3
177+
- uses: actions/checkout@v4
178178

179179
- id: latest-version
180180
uses: ./.github/actions/latest-version
@@ -220,7 +220,7 @@ jobs:
220220
env:
221221
TARANTOOL_CACHE_KEY_SUFFIX: -E-${{ github.run_id }}
222222
steps:
223-
- uses: actions/checkout@v3
223+
- uses: actions/checkout@v4
224224

225225
- id: latest-version
226226
uses: ./.github/actions/latest-version
@@ -267,7 +267,7 @@ jobs:
267267
env:
268268
TARANTOOL_CACHE_KEY_SUFFIX: -F-${{ github.run_id }}
269269
steps:
270-
- uses: actions/checkout@v3
270+
- uses: actions/checkout@v4
271271

272272
- id: latest-version
273273
uses: ./.github/actions/latest-version
@@ -335,7 +335,7 @@ jobs:
335335
# from the same matrix.
336336
TARANTOOL_CACHE_KEY_SUFFIX: -G-${{ matrix.tarantool }}-${{ github.run_id }}
337337
steps:
338-
- uses: actions/checkout@v3
338+
- uses: actions/checkout@v4
339339

340340
- name: Install ${{ matrix.tarantool }} (non-cached)
341341
uses: ./

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This action will set up [Tarantool](https://www.tarantool.io) environment and **
1515

1616
```yaml
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: tarantool/setup-tarantool@v2
2020
with:
2121
tarantool-version: '2.10'
@@ -28,7 +28,7 @@ steps:
2828
2929
```yaml
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- uses: tarantool/setup-tarantool@v2
3333
with:
3434
tarantool-version: '2.10.4'
@@ -40,7 +40,7 @@ steps:
4040
4141
```yaml
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: tarantool/setup-tarantool@v2
4545
with:
4646
tarantool-version: '2.6' # or, say, '2.6.1.0' for exact version

0 commit comments

Comments
 (0)