From 0d354516a53bf9a26f8c163fdcf7e0a595d58e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20G=C3=BCnther?= Date: Fri, 26 Apr 2024 12:03:35 +0200 Subject: [PATCH] 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/. --- .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 c47dc30..3a4e8a1 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,7 +15,7 @@ jobs: apt-get update apt-get install -y build-essential clang-format file git python3-colcon-common-extensions python3-rosdep - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: src/sick_tim - name: Use rosdep to install remaining dependencies