Skip to content

Commit

Permalink
Track v0.1 for setup-ros instead of specific patch version - more acc…
Browse files Browse the repository at this point in the history
…urate to user experience (#616)

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
  • Loading branch information
emersonknapp committed Apr 6, 2021
1 parent cbf3cb9 commit af55a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.1.2
- uses: ros-tooling/setup-ros@v0.1
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- uses: ./
Expand All @@ -114,7 +114,7 @@ jobs:
needs: pre_condition
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.1.2
- uses: ros-tooling/setup-ros@v0.1
with:
required-ros-distributions: foxy
- uses: ./
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.1.2
- uses: ros-tooling/setup-ros@v0.1
- uses: ./
id: test_single_package
name: "Test single package, default options"
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
with:
node-version: "12.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@0.1.2
- uses: ros-tooling/setup-ros@v0.1
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

Expand Down

0 comments on commit af55a0e

Please sign in to comment.