Skip to content

Commit 19a4d9e

Browse files
authored
Merge pull request #957 from cakephp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e72d22a + 22f40a0 commit 19a4d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
POSTGRES_PASSWORD: postgres
4040

4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343

4444
- name: Setup Service
4545
if: matrix.db-type == 'mysql'
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-22.04
103103

104104
steps:
105-
- uses: actions/checkout@v3
105+
- uses: actions/checkout@v4
106106

107107
- name: Setup PHP
108108
uses: shivammathur/setup-php@v2

.github/workflows/deploy_docs_4x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Cloning repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)