Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 0d9cdb4 commit b66477e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ROS2 Linter - [ament-${{ matrix.linter }}]
uses: ros-tooling/action-ros-lint@master
Expand All @@ -66,7 +66,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ROS2 Linter - [ament-clang-format]
uses: ros-tooling/action-ros-lint@master
Expand All @@ -87,7 +87,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ROS2 Linter - [ament-flake8]
uses: ros-tooling/action-ros-lint@master
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
# Possibly resolveable with https://github.com/actions/runner/issues/320
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Docker/QEMU dependencies
id: qemu
Expand Down

0 comments on commit b66477e

Please sign in to comment.