Skip to content

Commit 993f284

Browse files
authored
Bump CI workflows (#6152)
1 parent 8a0dd47 commit 993f284

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ on:
2525
jobs:
2626
coding-standards:
2727
name: "Coding Standards"
28-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.0.0"
28+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.1.0"

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: "Checkout"
65-
uses: "actions/checkout@v3"
65+
uses: "actions/checkout@v4"
6666
with:
6767
fetch-depth: 2
6868

@@ -130,7 +130,7 @@ jobs:
130130
131131
steps:
132132
- name: "Checkout"
133-
uses: "actions/checkout@v3"
133+
uses: "actions/checkout@v4"
134134
with:
135135
fetch-depth: 2
136136

@@ -188,7 +188,7 @@ jobs:
188188
189189
steps:
190190
- name: "Checkout"
191-
uses: "actions/checkout@v3"
191+
uses: "actions/checkout@v4"
192192
with:
193193
fetch-depth: 2
194194

@@ -257,7 +257,7 @@ jobs:
257257

258258
steps:
259259
- name: "Checkout"
260-
uses: "actions/checkout@v3"
260+
uses: "actions/checkout@v4"
261261
with:
262262
fetch-depth: 2
263263

@@ -337,7 +337,7 @@ jobs:
337337

338338
steps:
339339
- name: "Checkout"
340-
uses: "actions/checkout@v3"
340+
uses: "actions/checkout@v4"
341341
with:
342342
fetch-depth: 2
343343

@@ -424,7 +424,7 @@ jobs:
424424

425425
steps:
426426
- name: "Checkout"
427-
uses: "actions/checkout@v3"
427+
uses: "actions/checkout@v4"
428428
with:
429429
fetch-depth: 2
430430

@@ -494,7 +494,7 @@ jobs:
494494

495495
steps:
496496
- name: "Checkout"
497-
uses: "actions/checkout@v3"
497+
uses: "actions/checkout@v4"
498498
with:
499499
fetch-depth: 2
500500

@@ -554,7 +554,7 @@ jobs:
554554
run: "docker exec ${{ job.services.ibm_db2.id }} su - db2inst1 -c 'db2 -t CONNECT TO doctrine; db2 -t CREATE USER TEMPORARY TABLESPACE doctrine_tbsp PAGESIZE 4 K;'"
555555

556556
- name: "Checkout"
557-
uses: "actions/checkout@v3"
557+
uses: "actions/checkout@v4"
558558
with:
559559
fetch-depth: 2
560560

@@ -598,7 +598,7 @@ jobs:
598598

599599
steps:
600600
- name: "Checkout"
601-
uses: "actions/checkout@v3"
601+
uses: "actions/checkout@v4"
602602

603603
- name: "Install PHP"
604604
uses: "shivammathur/setup-php@v2"
@@ -631,7 +631,7 @@ jobs:
631631

632632
steps:
633633
- name: "Checkout"
634-
uses: "actions/checkout@v3"
634+
uses: "actions/checkout@v4"
635635
with:
636636
fetch-depth: 2
637637

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: "Checkout"
15-
uses: "actions/checkout@v3"
15+
uses: "actions/checkout@v4"
1616

1717
- name: "Release"
1818
uses: "laminas/[email protected]"

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: "Checkout code"
41-
uses: "actions/checkout@v3"
41+
uses: "actions/checkout@v4"
4242

4343
- name: "Install PHP"
4444
uses: "shivammathur/setup-php@v2"
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout code
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868

6969
- name: Install PHP
7070
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)