mirror of
https://boringssl.googlesource.com/boringssl
synced 2026-07-21 14:43:51 +00:00
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:
committed by
boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
1f70b5b65a
commit
eaebd139b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user