Skip to content

Commit cd1577c

Browse files
authored
Merge pull request autowarefoundation#11 from tier4/dependabot/github_actions/ros-tooling/setup-ros-0.5
Bump ros-tooling/setup-ros from 0.2 to 0.5
2 parents 52e159b + 091be3c commit cd1577c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 2 # https://github.com/codecov/codecov-action/issues/190#issuecomment-790729633
3737

3838
- name: Setup ROS environment
39-
uses: ros-tooling/setup-ros@v0.2
39+
uses: ros-tooling/setup-ros@v0.5
4040
with:
4141
required-ros-distributions: ${{ matrix.ros_distribution }}
4242

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
languages: ${{ matrix.language }}
4747

4848
- name: Setup ROS environment
49-
uses: ros-tooling/setup-ros@v0.2
49+
uses: ros-tooling/setup-ros@v0.5
5050
with:
5151
required-ros-distributions: ${{ matrix.ros_distribution }}
5252

0 commit comments

Comments
 (0)