Skip to content

Commit

Permalink
Merge pull request #6 from PHPOffice/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
Progi1984 authored Sep 22, 2023
2 parents 6a3cf17 + b4b4640 commit e5cf3e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
php-version: '7.4'
extensions: xml

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

- name: Validate composer config
run: composer validate --strict
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
php-version: ${{ matrix.php }}
extensions: xml

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

- name: Composer Install
run: composer install --ansi --prefer-dist --no-interaction --no-progress
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
extensions: xml
coverage: ${{ (matrix.php == '7.1') && 'xdebug' || 'none' }}

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

- name: Install dependencies
run: composer install --ansi --prefer-dist --no-interaction --no-progress
Expand Down

0 comments on commit e5cf3e9

Please sign in to comment.