Skip to content

Commit cf2dc29

Browse files
authored
CI: Update to actions/checkout@v4 (#178)
This fixes the following warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1 parent 02f4b75 commit cf2dc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pip dependencies
1717
run: pip install pre-commit
1818
- name: Checkout repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
path: src/phidgets_drivers
2222
- name: Use rosdep to install remaining dependencies

0 commit comments

Comments
 (0)