File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ ---
12name : Build Variants
23
34on :
1011 build-ros-dev-tools :
1112 runs-on : ubuntu-latest
1213 steps :
13- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1415 - name : Setup Earthly
1516 run : |
1617 sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly
2223 build-ros-build-essential :
2324 runs-on : ubuntu-latest
2425 steps :
25- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2627 - name : Setup Earthly
2728 run : |
2829 sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly
3536 runs-on : ubuntu-latest
3637 needs : [build-ros-build-essential, build-ros-dev-tools]
3738 steps :
38- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
3940 - name : Setup Earthly
4041 run : |
4142 sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly
4647 runs-on : ubuntu-latest
4748 needs : [build-ros-build-essential, build-ros-dev-tools]
4849 steps :
49- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5051 - name : Setup Earthly
5152 run : |
5253 sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly
You can’t perform that action at this time.
0 commit comments