Skip to content

Commit 6b033c4

Browse files
committed
Bump CI Checkout
1 parent 9b7dd4d commit 6b033c4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: ubuntu:20.04
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
with:
1717
path: checkout/
1818

.github/workflows/library_generation.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
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
2321
- distro: jazzy
2422
branch: jazzy
23+
- distro: rolling
24+
branch: rolling
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
with:
2828
ref: ${{ matrix.branch }}
2929
- name: Get date
@@ -35,13 +35,13 @@ jobs:
3535
sudo chown -R $(whoami) .
3636
sudo chmod -R 777 .
3737
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@v3
38+
uses: peter-evans/create-pull-request@v6
3939
with:
4040
commit-message: micro-ROS ${{ matrix.distro }} Library auto-update ${{ steps.date.outputs.date }}
4141
title: micro-ROS Library auto-update ${{ steps.date.outputs.date }}
4242
body: This PR is autogenerated and updates the micro-ROS Arduino library. Close and reopen to trigger CI.
4343
branch: autoupdate_micro_ros_arduino_${{ matrix.branch }}
4444
delete-branch: true
45-
reviewers: pablogs9
4645
base: ${{ matrix.branch }}
46+
token: ${{ secrets.PR_TOKEN }}
4747

0 commit comments

Comments
 (0)