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 <davidben@google.com>
Reviewed-by: Lily Chen <chlily@google.com>
Commit-Queue: Lily Chen <chlily@google.com>
This commit is contained in:
Christoph Grüninger
2026-06-04 11:13:06 +02:00
committed by boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com
parent 1f70b5b65a
commit eaebd139b9
+1 -1
View File
@@ -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