From abaa826654d3d525bd2c79d0c4f3c8c6fc68acdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:29:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to 4b73464 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 5f4139d..b40cd43 100644 --- a/action.yaml +++ b/action.yaml @@ -26,7 +26,7 @@ runs: - name: Check out code into the Go module directory uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: go-version: ${{ inputs.go-version }} go-version-file: ${{ inputs.go-version-file }}