From e25aa1afb3a60484e2a9ae8fe6155e10619b334c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:38:56 +0000 Subject: [PATCH] fix(deps): update module github.com/google/go-github/v84 to v89 --- .github/actions/linear-pr-commenter/src/go.mod | 1 + .github/actions/linear-pr-commenter/src/go.sum | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/actions/linear-pr-commenter/src/go.mod b/.github/actions/linear-pr-commenter/src/go.mod index 3514360..2207ea4 100644 --- a/.github/actions/linear-pr-commenter/src/go.mod +++ b/.github/actions/linear-pr-commenter/src/go.mod @@ -4,6 +4,7 @@ go 1.25.0 require ( github.com/google/go-github/v84 v84.0.0 + github.com/google/go-github/v89 v89.0.0 golang.org/x/oauth2 v0.36.0 ) diff --git a/.github/actions/linear-pr-commenter/src/go.sum b/.github/actions/linear-pr-commenter/src/go.sum index e198554..a334a5e 100644 --- a/.github/actions/linear-pr-commenter/src/go.sum +++ b/.github/actions/linear-pr-commenter/src/go.sum @@ -3,6 +3,7 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-github/v84 v84.0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA= github.com/google/go-github/v84 v84.0.0/go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ= +github.com/google/go-github/v89 v89.0.0/go.mod h1:QLcbU0ipeAqQuR5KSg8c2lql4Qk1EwJ2dWz/0rP4Nho= github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0= github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU= golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=