Skip to content

Commit

Permalink
CI: Update to actions/checkout@v4 (#180)
Browse files Browse the repository at this point in the history
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/.
  • Loading branch information
mintar authored Apr 26, 2024
1 parent 1e1345d commit 67f5956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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@v3
uses: actions/checkout@v4
with:
path: src/phidgets_drivers
- name: Use rosdep to install remaining dependencies
Expand Down

0 comments on commit 67f5956

Please sign in to comment.