From 513e8d634f4054a4188aacf54b9db8a83ea9dbe6 Mon Sep 17 00:00:00 2001 From: Saurabh Kamat Date: Tue, 24 Sep 2024 00:42:53 +0800 Subject: [PATCH] Updated README with new release tag (#77) Signed-off-by: Saurabh Kamat --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 51c638e..75fbbaf 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This workflow shows how to spawn a job to install Gazebo on an Ubuntu distributi with: node-version: '20.x' - name: 'Setup Gazebo' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: harmonic - name: 'Test Gazebo installation' @@ -102,7 +102,7 @@ This workflow shows how to spawn a job to install Gazebo on an Ubuntu distributi with: node-version: '20.x' - name: 'Setup Gazebo' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: harmonic - name: 'Test Gazebo installation' @@ -149,7 +149,7 @@ This workflow shows how to spawn one job per Gazebo release and iterates over al with: node-version: '20.x' - name: 'Check Gazebo installation on Ubuntu runner' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: ${{ matrix.gazebo_distribution }} - name: 'Test Gazebo installation' @@ -202,7 +202,7 @@ This workflow shows how to spawn one job per Gazebo release and iterates over al with: node-version: '20.x' - name: 'Check Gazebo installation on Ubuntu runner' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: ${{ matrix.gazebo_distribution }} - name: 'Test Gazebo installation' @@ -233,7 +233,7 @@ This workflow shows how to use binaries from [pre-release] or [nightly] Gazebo r with: node-version: '20.x' - name: 'Check Gazebo installation on Ubuntu runner' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: 'harmonic' use-gazebo-prerelease: 'true' @@ -264,7 +264,7 @@ This workflow shows how to install ROS 2 using the GitHub action `ros-tooling/se with: required-ros-distributions: ${{ env.ROS_DISTROS }} - name: 'Install Gazebo Harmonic with ros_gz' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: 'harmonic' install-ros-gz: ${{ env.ROS_DISTROS }} @@ -290,7 +290,7 @@ This workflow shows how to install Gazebo on a macOS worker. The action needs an with: node-version: '20.x' - name: 'Check Gazebo installation on MacOS runner' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: 'harmonic' - name: 'Test Gazebo installation' @@ -313,7 +313,7 @@ This workflow shows how to install Gazebo on a Windows worker. The action requir node-version: '20.x' - uses: conda-incubator/setup-miniconda@v3 - name: 'Check Gazebo installation on Windows runner' - uses: gazebo-tooling/setup-gazebo@v0.1.0 + uses: gazebo-tooling/setup-gazebo@v0.2.0 with: required-gazebo-distributions: 'harmonic' - name: 'Test Gazebo installation'