Skip to content

Commit 1df99d7

Browse files
committed
Bump actions/checkout to v5
v4 ran on Node 20, which GitHub will force off the runners from June 2026 onward. v5 runs on Node 24 and removes the deprecation warning surfaced on every job.
1 parent 5b93982 commit 1df99d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
MONGO_DB_DATABASE: permission_test
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- name: Setup PHP
4343
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)