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

Commit b09685c

Browse files
Bump actions/checkout from 4 to 5 (#412)
1 parent de4370b commit b09685c

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
@@ -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: |

0 commit comments

Comments
 (0)