Skip to content

Commit 285b979

Browse files
authored
Merge pull request #176 from open-dynamic-robot-initiative/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 393a74f + 0873189 commit 285b979

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ros-humble-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
IMMEDIATE_TEST_OUTPUT: 1
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
submodules: recursive
3333
# This step will fetch/store the directory used by ccache before/after the ci run

.github/workflows/ros-jazzy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
IMMEDIATE_TEST_OUTPUT: 1
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
submodules: recursive
3333
# This step will fetch/store the directory used by ccache before/after the ci run

.github/workflows/ros-rolling-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
IMMEDIATE_TEST_OUTPUT: 1
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
submodules: recursive
3333
# This step will fetch/store the directory used by ccache before/after the ci run

0 commit comments

Comments
 (0)