From d00ba4b536d2a97fdbef451f032b52008bd0ed6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:30:39 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 --- .github/actions/golang/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/golang/action.yaml b/.github/actions/golang/action.yaml index 502c1d94bc..25dfbe8154 100644 --- a/.github/actions/golang/action.yaml +++ b/.github/actions/golang/action.yaml @@ -4,7 +4,7 @@ description: "Setup Go binary and caching" runs: using: composite steps: - - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version: 1.19.x cache: true