Skip to content

Commit 9fd6062

Browse files
chore: upgrade actions/checkout to v6 (Node.js 22) (#957)
Resolves Node.js 20 deprecation warning by upgrading from actions/checkout@v4 to actions/checkout@v6 which runs on Node.js 22. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8218594 commit 9fd6062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)