From 8d2bdf90972c7cd23f6ab8060ae1ae5f76408202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 01:35:37 +0000 Subject: [PATCH] chore: bump actions/checkout from 4.1.5 to 4.1.6 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8ed2892..d682887 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }} @@ -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 }}