Skip to content

Commit 49abeca

Browse files
authored
Merge pull request #36 from ijnek/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 5128234 + ecdd9d7 commit 49abeca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_and_test_humble.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: ros-tooling/[email protected]
3131
with:
3232
use-ros2-testing: true

.github/workflows/build_and_test_iron.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: ros-tooling/[email protected]
3131
with:
3232
use-ros2-testing: true

.github/workflows/build_and_test_rolling.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: ros-tooling/[email protected]
3131
with:
3232
use-ros2-testing: true

0 commit comments

Comments
 (0)