Skip to content

Commit 4951c72

Browse files
Commit via running ake Sources/checks
1 parent 512a670 commit 4951c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/checks/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ public enum Components {
20532053
/// The id of the check.
20542054
///
20552055
/// - Remark: Generated from `#/components/schemas/check-run/id`.
2056-
public var id: Swift.Int
2056+
public var id: Swift.Int64
20572057
/// The SHA of the commit that is being checked.
20582058
///
20592059
/// - Remark: Generated from `#/components/schemas/check-run/head_sha`.
@@ -2192,7 +2192,7 @@ public enum Components {
21922192
/// - pull_requests: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.
21932193
/// - deployment:
21942194
public init(
2195-
id: Swift.Int,
2195+
id: Swift.Int64,
21962196
head_sha: Swift.String,
21972197
node_id: Swift.String,
21982198
external_id: Swift.String? = nil,

0 commit comments

Comments
 (0)