Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit cbf2992

Browse files
Bump actions/checkout from 4 to 5 (#409)
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> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
1 parent 428d70a commit cbf2992

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@v6
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
@@ -14,7 +14,7 @@ jobs:
1414
container:
1515
image: osrf/ros:humble-desktop
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Setup colcon workspace
1919
id: configure
2020
run: |
@@ -49,7 +49,7 @@ jobs:
4949
container:
5050
image: osrf/ros:humble-desktop
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- name: Setup colcon workspace
5454
id: configure
5555
run: |

.github/workflows/ci-rolling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container:
1818
image: osrf/ros:humble-desktop
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup colcon workspace
2222
id: configure
2323
run: |
@@ -54,7 +54,7 @@ jobs:
5454
container:
5555
image: osrf/ros:humble-desktop
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- name: Setup colcon workspace
5959
id: configure
6060
run: |

0 commit comments

Comments
 (0)