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