@@ -17,15 +17,15 @@ jobs:
17
17
fetch-depth : 0
18
18
19
19
- name : Remove exec_depend
20
- uses : autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal
20
+ uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
21
21
22
22
- name : Get modified packages
23
23
id : get-modified-packages
24
- uses : autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
24
+ uses : autowarefoundation/autoware-github-actions/get-modified-packages@v1
25
25
26
26
- name : Build
27
27
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
28
- uses : autowarefoundation/autoware-github-actions/colcon-build@tier4/proposal
28
+ uses : autowarefoundation/autoware-github-actions/colcon-build@v1
29
29
with :
30
30
rosdistro : galactic
31
31
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
34
34
- name : Test
35
35
id : test
36
36
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
37
- uses : autowarefoundation/autoware-github-actions/colcon-test@tier4/proposal
37
+ uses : autowarefoundation/autoware-github-actions/colcon-test@v1
38
38
with :
39
39
rosdistro : galactic
40
40
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
@@ -59,15 +59,15 @@ jobs:
59
59
fetch-depth : 0
60
60
61
61
- name : Remove exec_depend
62
- uses : autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal
62
+ uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
63
63
64
64
- name : Get modified packages
65
65
id : get-modified-packages
66
- uses : autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
66
+ uses : autowarefoundation/autoware-github-actions/get-modified-packages@v1
67
67
68
68
- name : Run clang-tidy
69
69
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
70
- uses : autowarefoundation/autoware-github-actions/clang-tidy@tier4/proposal
70
+ uses : autowarefoundation/autoware-github-actions/clang-tidy@v1
71
71
with :
72
72
rosdistro : galactic
73
73
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
0 commit comments