Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.1.5 to 4.1.6 (#50)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
dependabot[bot] and threeal authored May 17, 2024
1 parent 68a4712 commit ba48d84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Checkout ROS 2 examples
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.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/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Checkout ROS 2 examples
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
repository: ros2/examples
ref: ${{ matrix.distro }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.6
with:
path: workspace

Expand Down

0 comments on commit ba48d84

Please sign in to comment.