From 96cf69cc8bcba1d69a3bfe7a127b5f0caa68e78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Mon, 6 Nov 2023 12:49:20 +0000 Subject: [PATCH] update protoc used in CI builds --- .github/workflows/automatic-api-update.yaml | 2 +- .github/workflows/build.yaml | 2 +- .github/workflows/manual-api-update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 4ab56c5..a130c57 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -36,7 +36,7 @@ jobs: - name: "Install protoc" uses: "arduino/setup-protoc@v2" with: - version: "23.3" + version: "24.4" - name: "Install Homebrew & gRPC" run: | bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1640666..4ae2e3d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: ruby-version: "3.2.2" - uses: "arduino/setup-protoc@v2" with: - version: "23.3" + version: "24.4" - name: "Install Homebrew & gRPC" run: | bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index 78d8017..61ed13d 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -40,7 +40,7 @@ jobs: - name: "Install protoc" uses: "arduino/setup-protoc@v2" with: - version: "23.3" + version: "24.4" - name: "Install Homebrew & gRPC" run: | bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"