Skip to content

Commit

Permalink
Merge pull request #17260 from cakephp/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
othercorey committed Sep 4, 2023
2 parents 815dd5b + 888c2bb commit 8ceed8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
mysql database: 'cakephp'
mysql root password: 'root'

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
PHP_VERSION: '8.0'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get date part for cache key
id: key-date
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 8ceed8f

Please sign in to comment.