From 7e82b1048069b9fbbfcf6b9c75c98fddfc98f037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20G=C3=BCnther?= Date: Mon, 27 Apr 2026 15:56:42 +0200 Subject: [PATCH] CI: Update checkout action to v5 This fixes the deprecation warning for Node v20. --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3bc894..65c34f9 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -30,7 +30,7 @@ jobs: apt-get update apt-get install -y build-essential clang-format file git python3-pip python3-colcon-common-extensions python3-rosdep pre-commit - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: src/imu_tools - name: Use rosdep to install remaining dependencies