Skip to content

Commit b5ebeae

Browse files
Bump actions/checkout from 3 to 4 (#624)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6d077c commit b5ebeae

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.draft == false
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
1919
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/php-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.draft == false
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
1919
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
options: ${{ matrix.db-options }}
7272

7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v4
7575
with:
7676
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
7777
ref: ${{ github.event.client_payload.pull_request.head.ref }}
@@ -126,7 +126,7 @@ jobs:
126126
DBA_MODE: ${{ matrix.mode }}
127127

128128
steps:
129-
- uses: actions/checkout@v3
129+
- uses: actions/checkout@v4
130130
with:
131131
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
132132
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- 5432:5432
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
with:
4343
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
4444
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
options: ${{ startsWith(matrix.db-image, 'mariadb') && '--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=1s --health-timeout=10s --health-retries=60' || '--health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3' }}
107107

108108
steps:
109-
- uses: actions/checkout@v3
109+
- uses: actions/checkout@v4
110110
with:
111111
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
112112
ref: ${{ github.event.client_payload.pull_request.head.ref }}
@@ -162,7 +162,7 @@ jobs:
162162
DBA_MODE: ${{ matrix.mode }}
163163

164164
steps:
165-
- uses: actions/checkout@v3
165+
- uses: actions/checkout@v4
166166
with:
167167
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
168168
ref: ${{ github.event.client_payload.pull_request.head.ref }}

0 commit comments

Comments
 (0)