Skip to content

Commit a427c6b

Browse files
committed
Update GitHub Actions to use checkout@v5 for Node.js 24 support
1 parent 300ad90 commit a427c6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

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

4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444

4545
- name: Setup MySQL
4646
uses: ankane/setup-mysql@v1

0 commit comments

Comments
 (0)