Skip to content

Commit 4e3cda7

Browse files
mergify[bot]dependabot[bot]ahcorde
authored
Bump actions/checkout from 4 to 5 (backport #654) (#656)
* Bump actions/checkout from 4 to 5 (#654) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 7ba9d71) # Conflicts: # .github/workflows/ci-kilted.yaml * Fixed merge Signed-off-by: Alejandro Hernandez Cordero <[email protected]> --------- Signed-off-by: Alejandro Hernandez Cordero <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
1 parent bd438a2 commit 4e3cda7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Format
1313
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.10.6

.github/workflows/ci-humble.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
steps:
4343
- name: Checkout code
4444
if: github.event_name != 'schedule'
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
- name: Checkout code for scheduled workflow
4747
if: github.event_name == 'schedule'
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
ref: humble
5151
- name: Checkout ros2_control framework for semi-binary builds

.github/workflows/ci-jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
steps:
3131
- name: Checkout code
3232
if: github.event_name != 'schedule'
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Checkout code for scheduled workflow
3535
if: github.event_name == 'schedule'
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
ref: jazzy
3939
- name: Checkout ros2_control framework for semi-binary builds

.github/workflows/ci-kilted.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
steps:
3131
- name: Checkout code
3232
if: github.event_name != 'schedule'
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Checkout code for scheduled workflow
3535
if: github.event_name == 'schedule'
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
ref: kilted
3939
- name: Checkout ros2_control framework for semi-binary builds

.github/workflows/ci-rolling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
container:
3232
image: ghcr.io/ros-controls/ros:${{ matrix.ros-distro }}-ubuntu${{ matrix.ros-repo-packages }}
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- name: Checkout ros2_control framework for semi-binary builds
3636
if: ${{ matrix.upstream-repos != '' }}
3737
run: vcs import --input ${{ matrix.upstream-repos }}

0 commit comments

Comments
 (0)