Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3efe684

Browse files
committedJun 13, 2023
Merge gz-gui7 into main
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
2 parents 8006a56 + fd1fd61 commit 3efe684

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1392
-426
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Ubuntu Focal CI
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Compile and test
1313
id: ci
1414
uses: gazebo-tooling/action-gz-ci@focal
@@ -22,7 +22,7 @@ jobs:
2222
name: Ubuntu Jammy CI
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Compile and test
2727
id: ci
2828
uses: gazebo-tooling/action-gz-ci@jammy

‎COPYING

-178
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.