diff --git a/.github/actions/yarn-install/action.yaml b/.github/actions/yarn-install/action.yaml index 18188a9b6b2..cc6b563ba81 100644 --- a/.github/actions/yarn-install/action.yaml +++ b/.github/actions/yarn-install/action.yaml @@ -17,7 +17,7 @@ runs: node-version-file: package.json cache: yarn - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version-file: go.work cache-dependency-path: src/go/**/go.sum