From 3a1866ad9f08f68eb78b8f834c575e976f9331c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:58:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.1.0 --- .github/workflows/understackctl-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/understackctl-release.yaml b/.github/workflows/understackctl-release.yaml index 928ffc702..8d79b9963 100644 --- a/.github/workflows/understackctl-release.yaml +++ b/.github/workflows/understackctl-release.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 1 - name: Setup Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version: stable cache: true