Skip to content

Commit

Permalink
ci: update checkout action to v3
Browse files Browse the repository at this point in the history
This commit 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/.
  • Loading branch information
rickstaa authored and Maverobot committed Sep 5, 2023
1 parent d439fc7 commit 5f90395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mkdir -p ${{github.workspace}}/devel # compilation cache for formatter & linter
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: src/franka_ros

Expand Down

0 comments on commit 5f90395

Please sign in to comment.