File tree Expand file tree Collapse file tree 4 files changed +5
-18
lines changed
Expand file tree Collapse file tree 4 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 if : github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
1515 steps :
16- - uses : hmarr/auto-approve-action@v3.2.1
16+ - uses : hmarr/auto-approve-action@v4
1717 with :
1818 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1919 auto-approve-file-sync :
2020 runs-on : ubuntu-latest
2121 if : github.event.pull_request.user.login == 'ros-tooling-bot' && contains(github.event.pull_request.labels.*.name, 'file-sync')
2222 steps :
23- - uses : hmarr/auto-approve-action@v3.2.1
23+ - uses : hmarr/auto-approve-action@v4
2424 with :
2525 github-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 55
66jobs :
77 ament_linters :
8- name : ament_copyright
8+ name : ament_${{ matrix.linter }}
99 runs-on : ubuntu-latest
1010 strategy :
1111 fail-fast : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 build_and_test :
1414 runs-on : ubuntu-latest
1515 container :
16- image : rostooling/ setup-ros-docker:ubuntu-jammy-latest
16+ image : ghcr.io/ros-tooling/ setup-ros-docker/setup-ros-docker-ubuntu-noble:master
1717 steps :
18- - uses : ros-tooling/action-ros-ci@v0.3
18+ - uses : ros-tooling/action-ros-ci@v0.4
1919 with :
2020 package-name : keyboard_handler
2121 target-ros2-distro : rolling
You can’t perform that action at this time.
0 commit comments