Skip to content

Commit

Permalink
Upgrade to actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtvmedia committed Jan 28, 2024
1 parent b832c82 commit 029a2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: composer install --no-ansi --no-interaction --prefer-dist
- name: Execute tests (Unit and Feature tests) via Pest PHP
Expand Down

0 comments on commit 029a2e1

Please sign in to comment.