Skip to content

Commit 7d83266

Browse files
dependabot[bot]urfeex
authored andcommitted
Bump actions/checkout from 4 to 5 (#1479)
(cherry picked from commit 0c8d0fc) # Conflicts: # .github/workflows/ci-format.yml # .github/workflows/coverage-build.yml # .github/workflows/foxy-binary-build.yml # .github/workflows/galactic-binary-build.yml # .github/workflows/reusable_ici.yml # .github/workflows/update-ci.yml
1 parent 26c87b4 commit 7d83266

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check_links:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Restore lychee cache
1515
id: restore-cache
1616
uses: actions/cache/restore@v4

.github/workflows/ci-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Format
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-python@v6
2020
with:
2121
python-version: 3.10.4

.github/workflows/coverage-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- uses: ros-tooling/[email protected]
2020
with:
2121
required-ros-distributions: ${{ env.ROS_DISTRO }}
22-
- uses: actions/checkout@v2
23-
- uses: ros-tooling/[email protected]
22+
use-ros2-testing: true
23+
- uses: actions/checkout@v5
24+
- uses: ros-tooling/[email protected]
2425
with:
2526
target-ros2-distro: ${{ env.ROS_DISTRO }}
2627
# build all packages listed in the meta package

0 commit comments

Comments
 (0)