From f9a6f361d9491b294bd81a1a40fa02cec93a8acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 07:21:47 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa6d44e..a8dc733 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: apt-get install -y git cmake build-essential clang llvm - name: Checkout source - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive @@ -80,7 +80,7 @@ jobs: run: git config --global http.postBuffer 1048576000 - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: submodules: recursive ssh-key: ${{ secrets.SSH_KEY }} @@ -181,7 +181,7 @@ jobs: apt-get install -y libeigen3-dev libserialport-dev git cmake build-essential ${{ matrix.package }} - name: Checkout source - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v5 with: submodules: recursive ssh-key: ${{ secrets.SSH_KEY }}