Skip to content

Commit a19278e

Browse files
committed
Update actions/checkout to v6
1 parent 4364ed4 commit a19278e

23 files changed

+29
-29
lines changed

examples/bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
php-versions: ['7.4', '8.0', '8.1']
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
# Docs: https://github.com/shivammathur/setup-php
1717
- name: Setup PHP

examples/blackfire-player.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# blackfire-player supports PHP >= 5.5
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
# Docs: https://github.com/shivammathur/setup-php
2525
- name: Setup PHP

examples/blackfire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Blackfire supports PHP >= 5.3 on Ubuntu and macOS, and PHP >= 5.4 on Windows
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
# Docs: https://github.com/shivammathur/setup-php
2525
- name: Setup PHP

examples/cakephp-mysql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
# Docs: https://github.com/shivammathur/setup-php
3434
- name: Setup PHP
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979

8080
# Docs: https://github.com/shivammathur/setup-php
8181
- name: Setup PHP
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Checkout
111-
uses: actions/checkout@v5
111+
uses: actions/checkout@v6
112112

113113
# Docs: https://github.com/shivammathur/setup-php
114114
- name: Setup PHP

examples/cakephp-postgres.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
# Docs: https://github.com/shivammathur/setup-php
3434
- name: Setup PHP
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979

8080
# Docs: https://github.com/shivammathur/setup-php
8181
- name: Setup PHP
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Checkout
111-
uses: actions/checkout@v5
111+
uses: actions/checkout@v6
112112

113113
# Docs: https://github.com/shivammathur/setup-php
114114
- name: Setup PHP

examples/cakephp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.operating-system }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
# Docs: https://github.com/shivammathur/setup-php
1717
- name: Setup PHP
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
# Docs: https://github.com/shivammathur/setup-php
5353
- name: Setup PHP
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v5
82+
uses: actions/checkout@v6
8383

8484
# Docs: https://github.com/shivammathur/setup-php
8585
- name: Setup PHP

examples/codeigniter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.operating-system }}
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
# Docs: https://github.com/shivammathur/setup-php
1616
- name: Setup PHP

examples/laminas-mvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.operating-system }}
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
# Docs: https://github.com/shivammathur/setup-php
1616
- name: Setup PHP

examples/laravel-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
php-versions: ['7.4', '8.0', '8.1']
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
# Docs: https://github.com/shivammathur/setup-php
4343
- name: Setup PHP

examples/laravel-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
php-versions: ['7.4', '8.0', '8.1']
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
# Docs: https://github.com/shivammathur/setup-php
4545
- name: Setup PHP

0 commit comments

Comments
 (0)