Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Lint sources and check build artifacts"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v4.4.0
with:
node-version: "20.x"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
container:
image: ${{ matrix.container_image }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v4.4.0
with:
node-version: "20.x"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
INSTALL_TYPE: ${{ startsWith(matrix.os, 'windows') && 'merged' || 'default' }}
INSTALL_PATH: ${{ startsWith(matrix.os, 'windows') && 'install/share' || 'install' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v4.4.0
with:
node-version: "20.x"
Expand All @@ -100,7 +100,7 @@ jobs:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
needs: pre_condition
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: ./
with:
package-name: rmw
Expand All @@ -114,7 +114,7 @@ jobs:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
needs: pre_condition
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Skip installing test_depend dependency and verifies it isn't installed.
- uses: ./
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
# We don't have access to the secret token for the test repo on a fork
if: ${{ !github.event.repository.fork && !github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: ./
with:
import-token: ${{ secrets.TOKEN_PRIVATE_REPO_TEST }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
container:
image: ${{ matrix.container_image }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v4.4.0
with:
node-version: "20.x"
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
INSTALL_TYPE: ${{ startsWith(matrix.os, 'windows') && 'merged' || 'default' }}
INSTALL_PATH: ${{ startsWith(matrix.os, 'windows') && 'install/share' || 'install' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v4.4.0
with:
node-version: "20.x"
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
container:
image: ${{ matrix.container_image }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v4.4.0
with:
node-version: "20.x"
Expand Down
Loading