From 989afde32c5495c4672193946c584d2526a28f17 Mon Sep 17 00:00:00 2001 From: Rob Shakir Date: Mon, 5 Aug 2024 12:06:37 +1000 Subject: [PATCH] Update to setup-protoc v3. --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 94b381db..3d753591 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,9 +18,8 @@ jobs: steps: - name: Install protobuf - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: - version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go