Skip to content

Commit 67ac197

Browse files
committed
Use checkout action with Node 24 support
1 parent f2d67cb commit 67ac197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- uses: shivammathur/setup-php@v2
2929
with:
3030
php-version: ${{ matrix.php }}
3131
coverage: none
3232

33-
- uses: ramsey/composer-install@v3
33+
- uses: ramsey/composer-install@v4
3434
with:
3535
dependency-versions: highest
3636
composer-options: --with="illuminate/contracts:${{ matrix.laravel }}" --with="orchestra/testbench:${{ matrix.testbench }}"

0 commit comments

Comments
 (0)