From eaebd139b94a190c1c7260241d654e8e1e50c7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Thu, 4 Jun 2026 11:13:06 +0200 Subject: [PATCH] Update GitHub actions/checkout to version 6 Fix deprecation warning for Node.js 20. Change-Id: I6c2a83e9fe54e7c7d6db9aabdd16aaf5b1bac7a0 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/96587 Reviewed-by: David Benjamin Reviewed-by: Lily Chen Commit-Queue: Lily Chen --- .github/workflows/branch-time.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-time.yml b/.github/workflows/branch-time.yml index 49f74d7833..20d9eb2e61 100644 --- a/.github/workflows/branch-time.yml +++ b/.github/workflows/branch-time.yml @@ -32,7 +32,7 @@ jobs: permissions: read-all steps: - name: Checkout GitHub Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' fetch-depth: 0 # Required to accurately count commits and find ancestors