Skip to content

Commit b8fbffc

Browse files
committed
Update GitHub Actions for Node 24 compatibility
1 parent 91ceebc commit b8fbffc

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
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
@@ -35,7 +35,7 @@ jobs:
3535
run: composer validate --strict
3636

3737
- name: Cache Composer dependencies
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ~/.composer/cache/files
4141
key: composer-${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)