Skip to content

Commit 9fcfc31

Browse files
authored
CI: Update checkout action to v5 (#227)
This fixes the deprecation warning for Node v20.
1 parent 7e00759 commit 9fcfc31

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
@@ -30,7 +30,7 @@ jobs:
3030
apt-get update
3131
apt-get install -y build-essential clang-format file git python3-pip python3-colcon-common-extensions python3-rosdep pre-commit
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
path: src/imu_tools
3636
- name: Use rosdep to install remaining dependencies

0 commit comments

Comments
 (0)