This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 2d88ea479 Bump arduino/setup-protoc from 2 to 3 (#1826)
2d88ea479 is described below
commit 2d88ea47931759ab73a7e4468ce31516b16b3109
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 15:52:43 2026 +0800
Bump arduino/setup-protoc from 2 to 3 (#1826)
---
.github/workflows/build-arm-releases.yml | 2 +-
.github/workflows/tpcds-reusable.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-arm-releases.yml
b/.github/workflows/build-arm-releases.yml
index af8480982..1791eaff2 100644
--- a/.github/workflows/build-arm-releases.yml
+++ b/.github/workflows/build-arm-releases.yml
@@ -77,7 +77,7 @@ jobs:
java-version: ${{ matrix.javaver }}
cache: 'maven'
- - uses: arduino/setup-protoc@v2
+ - uses: arduino/setup-protoc@v3
with:
version: "21.7"
repo-token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/tpcds-reusable.yml
b/.github/workflows/tpcds-reusable.yml
index fd9ff64ab..fb6fd6f47 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -144,7 +144,7 @@ jobs:
cache: 'maven'
- name: Setup protoc
- uses: arduino/setup-protoc@v2
+ uses: arduino/setup-protoc@v3
with:
version: "21.7"
repo-token: ${{ secrets.GITHUB_TOKEN }}