Skip to content

Commit

Permalink
ci: bump actions/checkout (#225)
Browse files Browse the repository at this point in the history
* ci: style: bump actions/checkout

Signed-off-by: G.A. vd. Hoorn <[email protected]>
  • Loading branch information
gavanderhoorn authored Jul 1, 2024
1 parent d7243c0 commit bc761dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Deps
run: |
apt update && apt install -y curl
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: rosdep
run: |
rosdep update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: ros:${{ matrix.distro }}-ros-base
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: uncrustify
run: /ros_entrypoint.sh ament_uncrustify rmw_zenoh_cpp/
- name: cpplint
Expand Down

0 comments on commit bc761dd

Please sign in to comment.