From ec1a5ee9d69babadc22710bf7bb01c0e20ebc8e7 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:26:16 +0000 Subject: [PATCH] chore(deps): Update arduino/setup-protoc action to v3 --- .github/workflows/regen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 400af84..6edce1f 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -37,7 +37,7 @@ jobs: restore-keys: | ${{runner.os}}-go-${{steps.go.outputs.go-version}}-regen - name: Install Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 with: version: "23.x" - name: Install protoc-gen-go