From ba48d84f3d880e5dea4c0579edce06c88cea9f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:47:01 +0800 Subject: [PATCH] chore: bump actions/checkout from 4.1.5 to 4.1.6 (#50) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alfi Maulana --- .github/workflows/test.yaml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 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 }} diff --git a/README.md b/README.md index 5f18a0a..aeee521 100644 --- a/README.md +++ b/README.md @@ -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