Skip to content

Commit 6f716ef

Browse files
committed
specify full version of actions/Checkout for github
same fix as jsk-ros-pkg/jsk_robot#1643
1 parent 7b5a803 commit 6f716ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# ls -al /home/runner/work/_temp/_github_workflow/
6767
6868
- name: Chcekout
69-
uses: actions/checkout@v2
69+
uses: actions/checkout@v3.0.2
7070

7171
- name: Start X server
7272
run: |

0 commit comments

Comments
 (0)