From e7040f2694d7d6bb8d9a891c9bb9f9bc61428d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:38:52 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-variants.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-variants.yaml b/.github/workflows/build-variants.yaml index ba97e44..123f8cb 100644 --- a/.github/workflows/build-variants.yaml +++ b/.github/workflows/build-variants.yaml @@ -11,7 +11,7 @@ jobs: build-ros-dev-tools: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Earthly run: | sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly @@ -23,7 +23,7 @@ jobs: build-ros-build-essential: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Earthly run: | sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest needs: [build-ros-build-essential, build-ros-dev-tools] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Earthly run: | sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest needs: [build-ros-build-essential, build-ros-dev-tools] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Earthly run: | sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly