From 69f709802b4a80ce33bfdf3f00baec8c50f0a00b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 02:50:40 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 728e2d9..f24c704 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: matrix: os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Update dependencies" run: sudo apt-get update - name: "Install dependencies" @@ -29,7 +29,7 @@ jobs: matrix: os: [ macos-13, macos-14 ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Install dependencies" run: brew tap robotology/formulae && brew install cmake pkg-config qt@5 - name: "Build"