File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 12
12
container : ubuntu:20.04
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
path : checkout/
18
18
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
include :
17
- - distro : foxy
18
- branch : foxy
19
- - distro : rolling
20
- branch : main
21
- - distro : galactic
22
- branch : galactic
17
+ - distro : humble
18
+ branch : humble
19
+ - distro : iron
20
+ branch : iron
23
21
- distro : jazzy
24
22
branch : jazzy
23
+ - distro : rolling
24
+ branch : rolling
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
ref : ${{ matrix.branch }}
29
29
- name : Get date
@@ -35,13 +35,13 @@ jobs:
35
35
sudo chown -R $(whoami) .
36
36
sudo chmod -R 777 .
37
37
- name : Create Pull Request
38
- uses : peter-evans/create-pull-request@v3
38
+ uses : peter-evans/create-pull-request@v6
39
39
with :
40
40
commit-message : micro-ROS ${{ matrix.distro }} Library auto-update ${{ steps.date.outputs.date }}
41
41
title : micro-ROS Library auto-update ${{ steps.date.outputs.date }}
42
42
body : This PR is autogenerated and updates the micro-ROS Arduino library. Close and reopen to trigger CI.
43
43
branch : autoupdate_micro_ros_arduino_${{ matrix.branch }}
44
44
delete-branch : true
45
- reviewers : pablogs9
46
45
base : ${{ matrix.branch }}
46
+ token : ${{ secrets.PR_TOKEN }}
47
47
You can’t perform that action at this time.
0 commit comments