Skip to content
Merged
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/ci-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.10.6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
steps:
- name: Checkout code
if: github.event_name != 'schedule'
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Checkout code for scheduled workflow
if: github.event_name == 'schedule'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: humble
- name: Checkout ros2_control framework for semi-binary builds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
steps:
- name: Checkout code
if: github.event_name != 'schedule'
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Checkout code for scheduled workflow
if: github.event_name == 'schedule'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: jazzy
- name: Checkout ros2_control framework for semi-binary builds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-kilted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
steps:
- name: Checkout code
if: github.event_name != 'schedule'
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Checkout code for scheduled workflow
if: github.event_name == 'schedule'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: kilted
- name: Checkout ros2_control framework for semi-binary builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
container:
image: ghcr.io/ros-controls/ros:${{ matrix.ros-distro }}-ubuntu${{ matrix.ros-repo-packages }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Checkout ros2_control framework for semi-binary builds
if: ${{ matrix.upstream-repos != '' }}
run: vcs import --input ${{ matrix.upstream-repos }}
Expand Down
Loading