Skip to content

Commit d70f1b3

Browse files
authored
Merge pull request #874 from cakephp/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 3f3fd09 + 816bc01 commit d70f1b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
POSTGRES_PASSWORD: postgres
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040

4141
- name: Setup Service
4242
if: matrix.db-type == 'mysql'
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-18.04
102102

103103
steps:
104-
- uses: actions/checkout@v2
104+
- uses: actions/checkout@v3
105105

106106
- name: Setup PHP
107107
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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Cloning repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)