From dfafac5fd951fd3b21822cf229ea8d407d736c8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 00:00:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cda45e14..3a22d50a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,7 @@ jobs: run: working-directory: examples/proto steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: bazel-contrib/setup-bazel@0.15.0 with: # Move autoload_externally to .bazelrc once Bazel 6 support is dropped.