Skip to content

Commit

Permalink
change to checkout@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdhall committed Feb 4, 2021
1 parent 7bec2bd commit cf2a30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kinetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PYTHONPATH: $PYTHONPATH:/usr/lib/python2.7/dist-packages:/usr/local/lib/python2.7/dist-packages
ROS_DISTRO: kinetic
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
with:
ref: master
- name: Install ROS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/melodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PYTHONPATH: $PYTHONPATH:/usr/lib/python2.7/dist-packages:/usr/local/lib/python2.7/dist-packages
ROS_DISTRO: melodic
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
with:
ref: master
- name: Install ROS
Expand Down

0 comments on commit cf2a30c

Please sign in to comment.