Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.1.5 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.5...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 68a4712 commit 8d2bdf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
distro: [humble, iron]
steps:
- name: Checkout this repository
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Checkout ROS 2 examples
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
repository: ros2/examples
ref: ${{ matrix.distro }}
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
distro: [humble, iron]
steps:
- name: Checkout this repository
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Checkout ROS 2 examples
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
repository: ros2/examples
ref: ${{ matrix.distro }}
Expand Down

0 comments on commit 8d2bdf9

Please sign in to comment.