Skip to content

Commit 1743feb

Browse files
committed
CI: bump actions/checkout to v5 for Node.js 24 compatibility
1 parent 9632cfe commit 1743feb

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
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Install dependencies
2222
run: sudo apt-get update -qq && sudo apt-get install -y bats bc

0 commit comments

Comments
 (0)