From 067af745d465e5d360ca391d601768cc0fe77d1f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 16 Jan 2026 10:06:31 -0500 Subject: [PATCH] Update actions/checkout@v4 to v6 in GitHub Actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c16214f..91baf21 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Bazel uses: bazel-contrib/setup-bazel@0.8.4