diff --git a/.github/actions/golang/action.yaml b/.github/actions/golang/action.yaml index d51fe60ec7..6af2b62065 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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: 1.21.x cache: true