frankaemika / franka_ros

ROS integration for Franka research robots
https://frankaemika.github.io
Apache License 2.0
356 stars 308 forks source link

ci: update checkout action to v3 #358

Closed rickstaa closed 1 year ago

rickstaa commented 1 year ago

This pull request updates the actions/checkout action to v3 since v2 uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/.

@Maverobot, @gollth I think this small update can be directly merged.

Maverobot commented 1 year ago

@rickstaa Thanks for the PR. We are on it.

rickstaa commented 1 year ago

@Maverobot great! I didn't add this to the changelog since it is a CI change. If you want me to change anything, feel free to ping me 😄.

rickstaa commented 1 year ago

Rebased onto the develop branch.