Skip to content

Commit

Permalink
Bump CI Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Jun 3, 2024
1 parent e362f9a commit 6f2c9d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
container: ubuntu:jammy

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: micro_ros_raspberrypi_pico_sdk

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/library_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- distro: rolling
branch: rolling
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
- name: Get date
Expand All @@ -35,7 +35,7 @@ jobs:
sudo chown -R $(whoami) .
sudo chmod -R 777 .
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
commit-message: micro-ROS ${{ matrix.distro }} Library auto-update ${{ steps.date.outputs.date }}
title: micro-ROS Library auto-update ${{ steps.date.outputs.date }}
Expand All @@ -44,4 +44,6 @@ jobs:
delete-branch: true
reviewers: pablogs9
base: ${{ matrix.branch }}
token: ${{ secrets.PR_TOKEN }}


0 comments on commit 6f2c9d8

Please sign in to comment.