From 860686dc7626f5f8383c1f3387bd3c0fdf793ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:39:00 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 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] --- .github/workflows/ci-format.yaml | 2 +- .github/workflows/ci-humble.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-format.yaml b/.github/workflows/ci-format.yaml index c26fc77a..0712e70b 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@v4 with: python-version: 3.10.6 diff --git a/.github/workflows/ci-humble.yaml b/.github/workflows/ci-humble.yaml index cc93a069..80677085 100644 --- a/.github/workflows/ci-humble.yaml +++ b/.github/workflows/ci-humble.yaml @@ -17,7 +17,7 @@ jobs: container: image: ubuntu:22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup colcon workspace id: configure run: |