From 697d458af88f898a7dfac976400e8d4d9ecb0a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:43:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8cba60e..c32e3be6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: USE_BAZEL_VERSION: ${{ matrix.bazel-version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Mount Bazel cache uses: actions/cache@v4 with: