From c7573b889daa9f652d4d9a19b09d7389fd0ca650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20G=C3=BCnther?= Date: Tue, 9 Apr 2024 11:22:29 +0200 Subject: [PATCH] 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/. --- .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 e72a1130..d70fbf75 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -16,7 +16,7 @@ jobs: - name: Install pip dependencies run: pip install pre-commit - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: src/mir_robot - name: Use rosdep to install remaining dependencies