Skip to content

Commit 4affa1e

Browse files
authored
Merge pull request #178 from open-dynamic-robot-initiative/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 843cba1 + cd5b0c4 commit 4affa1e

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@v5
30+
- uses: actions/checkout@v6
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@v5
30+
- uses: actions/checkout@v6
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@v5
30+
- uses: actions/checkout@v6
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)