From 1c8fdfddf494d59f082b7ea69c3d4c2e929c783e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Tue, 19 May 2026 23:28:51 +0800 Subject: [PATCH] chore(ci): pin RustFS setup-protoc release (#3016) * chore(ci): use RustFS setup-protoc fork * chore(ci): pin RustFS setup-protoc release --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 581ec2d86..ac7b9c363 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -56,7 +56,7 @@ runs: libssl-dev - name: Install protoc - uses: arduino/setup-protoc@v3 + uses: rustfs/setup-protoc@v3.0.1 with: version: "34.1" repo-token: ${{ inputs.github-token || github.token }}