Skip to content

Commit 218a115

Browse files
committed
CI: Update to actions/checkout@v4
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 4b8d5db commit 218a115

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install pip dependencies
1818
run: pip install pre-commit
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
path: src/imu_tools
2323
- name: Use rosdep to install remaining dependencies

0 commit comments

Comments
 (0)