From e8a02456fb438cff145d236767f2b099c9b30368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:08:51 +0100 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandro Hernández Cordero --- .github/workflows/ci-format.yaml | 2 +- .github/workflows/ci-rolling.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-format.yaml b/.github/workflows/ci-format.yaml index abf1e595..4db51ac9 100644 --- a/.github/workflows/ci-format.yaml +++ b/.github/workflows/ci-format.yaml @@ -12,7 +12,7 @@ jobs: name: Format runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: 3.10.6 diff --git a/.github/workflows/ci-rolling.yaml b/.github/workflows/ci-rolling.yaml index f29e35eb..03f1221b 100644 --- a/.github/workflows/ci-rolling.yaml +++ b/.github/workflows/ci-rolling.yaml @@ -14,7 +14,7 @@ jobs: container: image: osrf/ros:humble-desktop steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup colcon workspace id: configure run: | @@ -49,7 +49,7 @@ jobs: container: image: osrf/ros:humble-desktop steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup colcon workspace id: configure run: |