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 9b7dd4d commit 44961f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: ubuntu:20.04

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

Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/library_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
fail-fast: false
matrix:
include:
- distro: foxy
branch: foxy
- distro: rolling
branch: main
- distro: galactic
branch: galactic
- distro: humble
branch: humble
- distro: iron
branch: iron
- distro: jazzy
branch: jazzy
- 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,5 @@ jobs:
delete-branch: true
reviewers: pablogs9
base: ${{ matrix.branch }}
token: ${{ secrets.PR_TOKEN }}

0 comments on commit 44961f7

Please sign in to comment.