diff --git a/.github/actions/yarn-install/action.yaml b/.github/actions/yarn-install/action.yaml index 1105072339c..b0706461e76 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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.work cache-dependency-path: src/go/**/go.sum