From 121e33001b114a940cb309887303f990af2be001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:15:06 +0000 Subject: [PATCH] Update actions/setup-go action to v6.5.0 --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a9b0a1f..d47f1bc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: '1.26.3' @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: '1.26.3'