Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 98019a2 commit f3c5334
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: "shivammathur/[email protected]"
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "php-actions/composer@v6"
- env:
INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: "shivammathur/[email protected]"
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/phpstan analyse"

Expand All @@ -52,7 +52,7 @@ jobs:
- uses: "shivammathur/[email protected]"
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/psalm --show-info=true --shepherd"

Expand All @@ -67,7 +67,7 @@ jobs:
- uses: "shivammathur/[email protected]"
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/php-cs-fixer fix --dry-run -v"

Expand All @@ -84,6 +84,6 @@ jobs:
- uses: "shivammathur/[email protected]"
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/phpunit"

0 comments on commit f3c5334

Please sign in to comment.