File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Grep docker latest rc version of Meilisearch
21
21
id : grep-step
74
74
name : integration-tests-against-rc (PHP ${{ matrix.php-version }}) (Symfony ${{ matrix.sf-version }}.*)
75
75
steps :
76
76
- name : Checkout code
77
- uses : actions/checkout@v4
77
+ uses : actions/checkout@v5
78
78
79
79
- name : Install PHP
80
80
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 65
65
name : integration-tests (PHP ${{ matrix.php-version }}) (Symfony ${{ matrix.sf-version }}.*)
66
66
steps :
67
67
- name : Checkout code
68
- uses : actions/checkout@v4
68
+ uses : actions/checkout@v5
69
69
70
70
- name : Install PHP
71
71
uses : shivammathur/setup-php@v2
@@ -102,7 +102,7 @@ jobs:
102
102
env :
103
103
PHP_CS_FIXER_IGNORE_ENV : 1
104
104
steps :
105
- - uses : actions/checkout@v4
105
+ - uses : actions/checkout@v5
106
106
107
107
- name : Install PHP
108
108
uses : shivammathur/setup-php@v2
@@ -136,7 +136,7 @@ jobs:
136
136
name : Yaml linting check
137
137
runs-on : ubuntu-latest
138
138
steps :
139
- - uses : actions/checkout@v4
139
+ - uses : actions/checkout@v5
140
140
- name : Yaml lint check
141
141
uses : ibiqlik/action-yamllint@v3
142
142
with :
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
steps :
152
152
- name : Checkout
153
- uses : actions/checkout@v4
153
+ uses : actions/checkout@v5
154
154
with :
155
155
fetch-depth : 2
156
156
You can’t perform that action at this time.
0 commit comments