From 7e40e01daee2c9a102c0ca6e7c07392c878f90d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:09:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/auto-clang-format.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-clang-format.yml b/.github/workflows/auto-clang-format.yml index 26fdc42..37ee05e 100644 --- a/.github/workflows/auto-clang-format.yml +++ b/.github/workflows/auto-clang-format.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: '.' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f939c91..aa7e67e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: compiler: llvm steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache uses: actions/cache@v4