Skip to content

Commit 9941033

Browse files
committed
CI: Update checkout action to v5
This fixes the deprecation warning for Node v20.
1 parent 73523b2 commit 9941033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install pip dependencies
3232
run: pip install pre-commit
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
path: src/phidgets_drivers
3737
- name: Use rosdep to install remaining dependencies

0 commit comments

Comments
 (0)