Skip to content

Commit 9ca2f7c

Browse files
committed
ci: upgrade actions/checkout to v4 for Node.js 24 compatibility
- Updated `actions/checkout` from v2 to v4 to resolve Node.js 20 deprecation warnings. - Ensures the CI workflow remains functional on newer GitHub Actions runners.
1 parent 08b2ba2 commit 9ca2f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 1
1616

0 commit comments

Comments
 (0)