Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge sdf9 ➡️ sdf12 #1224

Merged
merged 4 commits into from
Feb 1, 2023
Merged

Merge sdf9 ➡️ sdf12 #1224

merged 4 commits into from
Feb 1, 2023

Commits on Jan 26, 2023

  1. Use File.exist? for Ruby 3.2 compatibility (#1216)

    `File.exists?` has been deprecated and is now removed in Ruby 3.2. 
    
    https://github.com/ruby/ruby/blob/a528908271c678360d2d8ca232c178e7cdd340b4/NEWS.md?plain=1#L58
    
    Signed-off-by: Vít Ondruch <vondruch@redhat.com>
    Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
    2 people authored and scpeters committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6890d65 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    15a472f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. CI workflow: use checkout v3 (#1225)

    Version v2 of the actions/checkout workflow is
    deprecated, so switch to v3.
    
    Part of gazebo-tooling/release-tools#862.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fb69269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fd487 View commit details
    Browse the repository at this point in the history