Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: mosfet80 <[email protected]>
  • Loading branch information
mosfet80 authored Aug 7, 2024
1 parent 485c492 commit d60bea5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
container:
image: ubuntu:focal
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3.6.0
with:
path: '.'
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v3.6.0
with:
node-version: '16.x'
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/[email protected]
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected].4
- uses: actions/checkout@v3.6.0
with:
repository: ament/ament_lint
ref: 0.12.11
Expand Down Expand Up @@ -57,14 +57,14 @@ jobs:
image: rostooling/setup-ros-docker:ubuntu-focal-latest
options: -u root # setup-node requires root access
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3.6.0
with:
path: '.'
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v3.6.0
with:
node-version: '16.x'
- run: .github/workflows/build-and-test.sh
- uses: actions/checkout@v4
- uses: actions/checkout@v3.6.0
with:
repository: ament/ament_lint
ref: 0.12.11
Expand Down

0 comments on commit d60bea5

Please sign in to comment.